| Package | Description |
|---|---|
| org.meanbean.factories | |
| org.meanbean.factories.basic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FactoryCollection
Defines a collection factories of different types of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayFactoryLookup
FactoryCollection for array types
|
class |
CollectionFactoryLookup
FactoryCollection for java.util.Collection types
|
class |
FactoryCollectionRepository
Mutable FactoryCollection that delegates to other FactoryCollection implementations
|
class |
FactoryRepository
Concrete collection factories of different types of objects.
|
class |
OptionalFactoryLookup
FactoryCollection for Optional, OptionalInt, OptionalLong, and OptionalDouble types
|
| Modifier and Type | Method and Description |
|---|---|
static FactoryLookup |
FactoryLookup.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDefinition<FactoryLookup> |
FactoryLookup.getServiceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryCollectionRepository.addFactoryLookup(FactoryLookup factoryLookup) |
void |
FactoryCollection.addFactoryLookup(FactoryLookup factoryLookup)
Add the specified FactoryLookup
|
void |
FactoryRepository.addFactoryLookup(FactoryLookup factoryLookup) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumFactoryLookup
FactoryLookup for EnumFactory instances
|
Copyright © 2010–2020 meanbean. All rights reserved.