Class MappingJsonFactory

  • All Implemented Interfaces:
    Versioned

    public class MappingJsonFactory
    extends JsonFactory
    Sub-class of JsonFactory that will create a proper ObjectCodec to allow seamless conversions between Json content and Java objects (POJOs). The only addition to regular JsonFactory currently is that ObjectMapper is constructed and passed as the codec to use.