public interface ObjectFactory
Modifier and Type | Method and Description |
---|---|
GenericObjectFactory |
getFactoryForClass(Class c)
Returns the generic factory for the given class or null, if there is
no handler for this class.
|
ManualMappingDefinition |
getManualMappingDefinition(Class c)
Returns the manual mapping definition for the given class, or null, if
not manual definition exists.
|
MultiplexMappingDefinition |
getMultiplexDefinition(Class c)
Returns the multiplex definition for the given class, or null, if no
such definition exists.
|
boolean |
isGenericHandler(Class c)
Checks, whether a generic handler exists for the given class.
|
GenericObjectFactory getFactoryForClass(Class c)
c
- the class for which we need a producerboolean isGenericHandler(Class c)
c
- the class for which to checkMultiplexMappingDefinition getMultiplexDefinition(Class c)
c
- the class for which to check the existence of the multiplexerManualMappingDefinition getManualMappingDefinition(Class c)
c
- the class for which to check the existence of the definitionCopyright © 2001–2018 JFree.org. All rights reserved.