Class AdditionalBindingParameter
java.lang.Object
io.micronaut.data.model.query.builder.AdditionalBindingParameter
- All Implemented Interfaces:
BindingParameter
The variation of
BindingParameter
that should be resolved after query is created.- Since:
- 4.9.x
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.data.model.query.BindingParameter
BindingParameter.BindingContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbind
(BindingParameter.BindingContext bindingContext) Bind the parameter.
-
Constructor Details
-
AdditionalBindingParameter
-
-
Method Details
-
bind
Description copied from interface:BindingParameter
Bind the parameter.- Specified by:
bind
in interfaceBindingParameter
- Parameters:
bindingContext
- The binding context- Returns:
- The query binding
-