Java com.fasterxml.jackson.dataformat.yaml YAMLMapper fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.dataformat.yaml YAMLMapper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.dataformat.yaml YAMLMapper.

The text is from its open source code.

Constructor

Method

ObjectNodecreateObjectNode()

Note: return type is co-variant, as basic ObjectCodec abstraction can not refer to concrete node types (as it's part of core package, whereas impls are part of mapper package)

YAMLMapperdisable(YAMLGenerator.Feature f)
YAMLMapperdisable(YAMLParser.Feature f)
TreadTree(JsonParser jp)
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
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 ).
ObjectMappersetPropertyNamingStrategy(PropertyNamingStrategy s)
Method for setting custom property naming strategy to use.