Interface JsonObjectMapper<N,P>

Type Parameters:
N - - The expected type of JSON Node.
P - - The expected type of JSON Parser.
All Known Implementing Classes:
AbstractJacksonJsonObjectMapper, Jackson2JsonObjectMapper

public interface JsonObjectMapper<N,P>
Strategy interface to convert an Object to/from the JSON representation.
Since:
3.0
Author:
Artem Bilan