Interface ObjectConverter
- All Known Implementing Classes:
ObjectConverterImpl
public interface ObjectConverter
Provides functionality to converting between Java objects
and matching JSON constructs.
-
Method Summary
Modifier and TypeMethodDescription<T> List
<T> convertCollection
(Object fromValue, Class<T> elementType) <T> T
convertValue
(Object fromValue, Class<T> toValueType)
-
Method Details
-
convertValue
-
convertCollection
-