Class MappingJsonFactory

java.lang.Object
org.codehaus.jackson.JsonFactory
org.codehaus.jackson.map.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.