public class MapEntityMapper extends Object implements TypeMapper<Map<String,?>>
Constructor and Description |
---|
MapEntityMapper() |
Modifier and Type | Method and Description |
---|---|
boolean |
isSupportedType(Class<?> type) |
Object |
mapFromProperty(Property property) |
Object |
mapToEmptyValue() |
Property |
mapToProperty(String propertyName,
Object value) |
Map<String,?> |
mapToRawType(Object value) |
Value |
mapToValue(Object value) |
public boolean isSupportedType(Class<?> type)
isSupportedType
in interface TypeMapper<Map<String,?>>
public Map<String,?> mapToRawType(Object value)
mapToRawType
in interface TypeMapper<Map<String,?>>
public Object mapToEmptyValue()
mapToEmptyValue
in interface TypeMapper<Map<String,?>>
public Value mapToValue(Object value)
mapToValue
in interface TypeMapper<Map<String,?>>
public Property mapToProperty(String propertyName, Object value)
mapToProperty
in interface TypeMapper<Map<String,?>>
public Object mapFromProperty(Property property)
mapFromProperty
in interface TypeMapper<Map<String,?>>
Copyright © 2015. All rights reserved.