Class ObjectConverterImpl
java.lang.Object
ch.tocco.nice2.rest.core.impl.converters.ObjectConverterImpl
- All Implemented Interfaces:
ObjectConverter
Converts objects using Jacksons
ObjectMapper
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> List
<T> convertCollection
(Object fromValue, Class<T> elementType) <T> T
convertValue
(Object fromValue, Class<T> toValueType)
-
Constructor Details
-
ObjectConverterImpl
public ObjectConverterImpl()
-
-
Method Details
-
convertValue
- Specified by:
convertValue
in interfaceObjectConverter
-
convertCollection
- Specified by:
convertCollection
in interfaceObjectConverter
-