Search DSL
DSL that facilitates the creation of a SearchSpecs object.
Constructors
Types
Link copied to clipboard
class Binding(val type: TypeToken<*>, val tag: Any? = null) : SearchDSL.Spec
Content copied to clipboard
A binding return type constrained spec.
Link copied to clipboard
A function that modifies a SearchSpecs object to add its constraint.
Functions
Link copied to clipboard
Allows to merge to constraints.
Link copied to clipboard
Creates an argument constrained spec.
Link copied to clipboard
Creates a context constrained spec.
Link copied to clipboard
Creates a tag constrained spec.
Link copied to clipboard
Allows to add a constraints spec.