Interface ObjectConverter

All Known Implementing Classes:
ObjectConverterImpl

public interface ObjectConverter
Provides functionality to converting between Java objects and matching JSON constructs.
  • Method Details

    • convertValue

      <T> T convertValue(Object fromValue, Class<T> toValueType)
    • convertCollection

      <T> List<T> convertCollection(Object fromValue, Class<T> elementType)