BasicObjectConverter is a parent to
BeanConverter and
ObjectConverter an provides support for include and exclude lists,
and instanceTypes.
author: Joe Walker [joe at getahead dot ltd dot uk]
The method of generating a
TypeHintContext is different for
the
BeanConverter and the
ObjectConverter .
Parameters: inctx - The parent context Parameters: property - The property being converted The new TypeHintContext
Loop over all the inputs and extract a Map of key:value pairs
Parameters: paramType - The type we are converting to Parameters: value - The input string A Map of the tokens in the string throws: MarshallException - If the marshalling fails
Check with the access rules to see if we are allowed to convert a property
Parameters: property - The property to test true if the property may be marshalled
Parameters: name - The class name to use as an implementation of the converted bean throws: ClassNotFoundException - If the given class can not be found