Interface ObjectMapperFactory<T>

Type Parameters:
T - The type of the created object mapper.

public interface ObjectMapperFactory<T>
The base interface for object mapper factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Type cls, String charset)
    Create the object mapper instance.
  • Method Details

    • create

      T create(Type cls, String charset)
      Create the object mapper instance.
      Parameters:
      cls - The type of the class to serialize or de-serialize
      charset - The charset
      Returns:
      An object mapper instance