Package restx.factory
Class Factory.NameQuery<T>
java.lang.Object
restx.factory.Factory.Query<T>
restx.factory.Factory.SingleQuery<T>
restx.factory.Factory.NameQuery<T>
- Enclosing class:
- Factory
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.Optional<NamedComponent<T>>getName()booleansetMandatory(boolean mandatory) toString()Methods inherited from class restx.factory.Factory.SingleQuery
doFindMethods inherited from class restx.factory.Factory.Query
byClass, byName, checkSatisfy, factory, factoryQuery, find, findAsComponents, findOne, findOneAsComponent, isMandatory, mandatory, mayGetFactory, optional
-
Method Details
-
bind
- Specified by:
bindin classFactory.Query<T>
-
setMandatory
-
isMultiple
public boolean isMultiple()- Overrides:
isMultiplein classFactory.SingleQuery<T>
-
getName
-
doFindOne
- Specified by:
doFindOnein classFactory.Query<T>
-
findNames
- Specified by:
findNamesin classFactory.Query<T>
-
getComponentClass
- Specified by:
getComponentClassin classFactory.Query<T>
-
toString
-