public final class JacksonJsonObjectMapperProvider
extends Object
Simple factory to provide Jackson2JsonObjectMapper or JacksonJsonObjectMapper
instances dependently of jackson-databind or jackson-mapper-asl libs in the classpath.
If there are both libs in the classpath, it prefers Jackson 2 JSON-processor implementation.
If there is not any of them, IllegalStateException will be thrown.