| Package | Description |
|---|---|
| org.meanbean.factories | |
| org.meanbean.factories.basic | |
| org.meanbean.factories.util |
| Modifier and Type | Method and Description |
|---|---|
<T> Factory<T> |
OptionalFactoryLookup.getFactory(Type typeToken) |
<T> Factory<T> |
FactoryLookup.getFactory(Type type)
Get the Factory registered for the specified class.
|
<T> Factory<T> |
FactoryCollectionRepository.getFactory(Type type) |
<T> Factory<T> |
CollectionFactoryLookup.getFactory(Type typeToken) |
<T> Factory<T> |
ArrayFactoryLookup.getFactory(Type typeToken) |
<T> Factory<T> |
FactoryRepository.getFactory(Type type)
Get the Factory registered for the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Factory<T> |
EnumFactoryLookup.getFactory(Type type) |
| Modifier and Type | Method and Description |
|---|---|
Factory<?> |
BasicFactoryLookupStrategy.getFactory(BeanInformation beanInformation,
PropertyInformation propertyInformation,
Configuration configuration)
Get a factory for the specified property that is of the specified type.
|
Copyright © 2010–2020 meanbean. All rights reserved.