public abstract static class Factory.MultipleQuery<T> extends Factory.Query<T>
| Modifier | Constructor and Description |
|---|---|
protected |
MultipleQuery(Factory factory,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Optional<NamedComponent<T>> |
doFindOne() |
boolean |
isMultiple() |
bind, byClass, byName, checkSatisfy, doFind, factory, factoryQuery, find, findAsComponents, findNames, findOne, findOneAsComponent, getComponentClass, isMandatory, mandatory, mayGetFactory, optionalprotected MultipleQuery(Factory factory, boolean mandatory)
public boolean isMultiple()
isMultiple in class Factory.Query<T>protected com.google.common.base.Optional<NamedComponent<T>> doFindOne()
doFindOne in class Factory.Query<T>Copyright © 2017. All Rights Reserved.