public abstract class FieldHandlerFactory extends Object
| Constructor and Description |
|---|
FieldHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract GeneralizedFieldHandler |
createFieldHandler(Class type)
Creates a GeneralizedFieldHandler for the given class type.
|
abstract Class[] |
getSupportedTypes()
Returns an array of the supported Class types for this FieldHandlerFactory.
|
abstract boolean |
isSupportedType(Class type)
Returns true if the given Class type is supported by this FieldHandlerFactory.
|
public abstract Class[] getSupportedTypes()
public abstract boolean isSupportedType(Class type)
type - the Class type to determine support for.public abstract GeneralizedFieldHandler createFieldHandler(Class type) throws MappingException
type - the Class type to create the FieldHandler for.MappingExceptionCopyright © 2016. All rights reserved.