public static class Factory.ClassQuery<T> extends Factory.MultipleQuery<T>
| Modifier and Type | Method and Description |
|---|---|
Factory.Query<T> |
bind(Factory factory) |
protected Set<NamedComponent<T>> |
doFind() |
Set<Name<T>> |
findNames() |
Class<T> |
getComponentClass() |
Factory.Query<T> |
setMandatory(boolean mandatory) |
String |
toString() |
doFindOne, isMultiplebyClass, byName, checkSatisfy, factory, factoryQuery, find, findAsComponents, findOne, findOneAsComponent, isMandatory, mandatory, mayGetFactory, optionalpublic Factory.Query<T> bind(Factory factory)
bind in class Factory.Query<T>public Factory.Query<T> setMandatory(boolean mandatory)
public Class<T> getComponentClass()
getComponentClass in class Factory.Query<T>protected Set<NamedComponent<T>> doFind()
doFind in class Factory.Query<T>Copyright © 2017. All Rights Reserved.