public class InvokeMethodMapObjectFactory extends AbstractMapObjectFactory implements MapSerializer
| Constructor and Description |
|---|
InvokeMethodMapObjectFactory(String typeName,
String description,
Class<?> typeClass,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
toMap()
Convert the object to a Map of property name, value pairs.
|
<V> V |
toObject(Map<String,? extends Object> properties) |
getDescription, getTypeName, setDescription, setTypeName, toStringpublic Map<String,Object> toMap()
MapSerializerConvert the object to a Map of property name, value pairs. The values can be one of the following supported types. Other values should be converted to one of these values.
toMap in interface MapSerializerpublic <V> V toObject(Map<String,? extends Object> properties)
toObject in interface MapObjectFactoryCopyright © 2015 Revolution Systems Inc.. All rights reserved.