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
-
Method Details
-
create
Create the object mapper instance.- Parameters:
cls- The type of the class to serialize or de-serializecharset- The charset- Returns:
- An object mapper instance
-