Java com.fasterxml.jackson.datatype.joda JodaMapper fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.datatype.joda JodaMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.datatype.joda JodaMapper.

The text is from its open source code.

Constructor

Method

ObjectMapperconfigure(MapperFeature f, boolean state)
Method for changing state of an on/off mapper feature for this mapper instance.
TreadValue(JsonParser jp, Class valueType)
Method to deserialize JSON content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like java.lang.Boolean ).