Package org.cxbox.core.controller.param
Class BindParameter
- java.lang.Object
-
- org.cxbox.core.controller.param.AbstractQueryParameter
-
- org.cxbox.core.controller.param.BindParameter
-
- All Implemented Interfaces:
QueryParameter
public class BindParameter extends AbstractQueryParameter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBindParameter.Builder-
Nested classes/interfaces inherited from interface org.cxbox.core.controller.param.QueryParameter
QueryParameter.StringListTypeReference
-
-
Constructor Summary
Constructors Constructor Description BindParameter(String name, SearchOperation operation, String stringValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Rapply(BiFunction<String,String,R> biFunction)StringgetBooleanValue()StringgetStringValuesAsString()<T> TgetValue(Class<T> clazz)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cxbox.core.controller.param.QueryParameter
getName
-
-
-
-
Constructor Detail
-
BindParameter
public BindParameter(String name, SearchOperation operation, String stringValue)
-
-