public final class JsonObjectMapperProvider
extends Object
Simple factory to provide JsonObjectMapper
instances dependently of jackson-databind or boon 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.