DefaultFieldHandlerFactory
public abstract class FieldHandlerFactory
extends java.lang.Object
Constructor | Description |
---|---|
FieldHandlerFactory() |
Modifier and Type | Method | Description |
---|---|---|
abstract GeneralizedFieldHandler |
createFieldHandler(java.lang.Class type) |
Creates a GeneralizedFieldHandler for the given class type.
|
abstract java.lang.Class[] |
getSupportedTypes() |
Returns an array of the supported Class types
for this FieldHandlerFactory.
|
abstract boolean |
isSupportedType(java.lang.Class type) |
Returns true if the given Class type is supported by
this FieldHandlerFactory.
|
public abstract java.lang.Class[] getSupportedTypes()
public abstract boolean isSupportedType(java.lang.Class type)
type
- the Class type to determine support for.public abstract GeneralizedFieldHandler createFieldHandler(java.lang.Class type) throws MappingException
type
- the Class type to create the FieldHandler for.MappingException
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com