Interface | Description |
---|---|
FactoryCollection |
Defines a collection factories of different types of objects.
|
FactoryCollectionPlugin |
Defines a plugin that will register Factories with the specified FactoryCollection.
|
FactoryLookup |
For looking up Factory instances
|
Class | Description |
---|---|
ArrayFactoryLookup |
FactoryCollection for array types
|
BasicNewObjectInstanceFactory |
Concrete Factory that creates instances of the type of object specified during construction of the Factory.
|
CollectionFactoryLookup |
FactoryCollection for java.util.Collection types
|
ConcurrentFactoryPlugin | |
FactoryCollectionRepository |
Mutable FactoryCollection that delegates to other FactoryCollection implementations
|
FactoryRepository |
Concrete collection factories of different types of objects.
|
ObjectFactoryPlugin |
Concrete FactoryCollectionPlugin that registers Factories that create basic Java wrapper objects.
|
PrimitiveFactoryPlugin |
Concrete FactoryCollectionPlugin that registers Factories that create Java primitives.
|
Exception | Description |
---|---|
NoSuchFactoryException |
An exception that may be thrown when trying to get an unknown or unregistered Factory from the FactoryRepository.
|
ObjectCreationException |
An exception that may be thrown when trying to create an instance of an object.
|
Copyright © 2010–2020 meanbean. All rights reserved.