public class DefaultEntityMapper extends Object implements EntityMapper
| Constructor and Description |
|---|
DefaultEntityMapper() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
mapToObject(String source,
Class<T> clazz) |
String |
mapToString(Object object) |
public String mapToString(Object object) throws IOException
mapToString in interface EntityMapperIOExceptionpublic <T> T mapToObject(String source, Class<T> clazz) throws IOException
mapToObject in interface EntityMapperIOExceptionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.