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