Class YAMLMapper
- java.lang.Object
-
- com.fasterxml.jackson.core.TreeCodec
-
- com.fasterxml.jackson.core.ObjectCodec
-
- com.fasterxml.jackson.databind.ObjectMapper
-
- com.fasterxml.jackson.dataformat.yaml.YAMLMapper
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned,Serializable
public class YAMLMapper extends com.fasterxml.jackson.databind.ObjectMapperConvenience version ofObjectMapperwhich is configured withYAMLFactory.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.fasterxml.jackson.databind.ObjectMapper
_configOverrides, _deserializationConfig, _deserializationContext, _injectableValues, _jsonFactory, _mixIns, _registeredModuleTypes, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_BASE
-
-
Constructor Summary
Constructors Constructor Description YAMLMapper()YAMLMapper(YAMLFactory f)YAMLMapper(YAMLMapper base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YAMLMapperconfigure(YAMLGenerator.Feature f, boolean state)YAMLMapperconfigure(YAMLParser.Feature f, boolean state)YAMLMappercopy()YAMLMapperdisable(YAMLGenerator.Feature f)YAMLMapperdisable(YAMLParser.Feature f)YAMLMapperenable(YAMLGenerator.Feature f)YAMLMapperenable(YAMLParser.Feature f)YAMLFactorygetFactory()Overridden with more specific type, since factory we have is always of typeYAMLFactory-
Methods inherited from class com.fasterxml.jackson.databind.ObjectMapper
_checkInvalidCopy, _configAndWriteValue, _convert, _findRootDeserializer, _initForReading, _initForReading, _newReader, _newReader, _newWriter, _newWriter, _newWriter, _readMapAndClose, _readTreeAndClose, _readValue, _serializerProvider, _unwrapAndDeserialize, _verifyNoTrailingTokens, _verifySchemaType, acceptJsonFormatVisitor, acceptJsonFormatVisitor, addHandler, addMixIn, addMixInAnnotations, canDeserialize, canDeserialize, canSerialize, canSerialize, clearProblemHandlers, configOverride, configure, configure, configure, configure, configure, constructType, convertValue, convertValue, convertValue, createArrayNode, createDeserializationContext, createObjectNode, defaultClassIntrospector, disable, disable, disable, disable, disable, disable, disable, disableDefaultTyping, enable, enable, enable, enable, enable, enable, enable, enableDefaultTyping, enableDefaultTyping, enableDefaultTyping, enableDefaultTypingAsProperty, findAndRegisterModules, findMixInClassFor, findModules, findModules, generateJsonSchema, getDateFormat, getDeserializationConfig, getDeserializationContext, getInjectableValues, getJsonFactory, getNodeFactory, getPropertyNamingStrategy, getRegisteredModuleIds, getSerializationConfig, getSerializerFactory, getSerializerProvider, getSerializerProviderInstance, getSubtypeResolver, getTypeFactory, getVisibilityChecker, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, mixInCount, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, reader, readerFor, readerFor, readerFor, readerForUpdating, readerWithView, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValues, readValues, readValues, readValues, registerModule, registerModules, registerModules, registerSubtypes, registerSubtypes, registerSubtypes, setAnnotationIntrospector, setAnnotationIntrospectors, setBase64Variant, setConfig, setConfig, setDateFormat, setDefaultMergeable, setDefaultPrettyPrinter, setDefaultPropertyInclusion, setDefaultPropertyInclusion, setDefaultSetterInfo, setDefaultTyping, setDefaultVisibility, setFilterProvider, setFilters, setHandlerInstantiator, setInjectableValues, setLocale, setMixInAnnotations, setMixInResolver, setMixIns, setNodeFactory, setPropertyInclusion, setPropertyNamingStrategy, setSerializationInclusion, setSerializerFactory, setSerializerProvider, setSubtypeResolver, setTimeZone, setTypeFactory, setVisibility, setVisibility, setVisibilityChecker, treeAsTokens, treeToValue, updateValue, valueToTree, version, writer, writer, writer, writer, writer, writer, writer, writer, writer, writer, writerFor, writerFor, writerFor, writerWithDefaultPrettyPrinter, writerWithType, writerWithType, writerWithType, writerWithView, writeTree, writeTree, writeValue, writeValue, writeValue, writeValue, writeValue, writeValueAsBytes, writeValueAsString
-
-
-
-
Constructor Detail
-
YAMLMapper
public YAMLMapper()
-
YAMLMapper
public YAMLMapper(YAMLFactory f)
-
YAMLMapper
public YAMLMapper(YAMLMapper base)
- Since:
- 2.5
-
-
Method Detail
-
copy
public YAMLMapper copy()
- Overrides:
copyin classcom.fasterxml.jackson.databind.ObjectMapper- Since:
- 2.5
-
configure
public YAMLMapper configure(YAMLGenerator.Feature f, boolean state)
-
configure
public YAMLMapper configure(YAMLParser.Feature f, boolean state)
-
enable
public YAMLMapper enable(YAMLGenerator.Feature f)
-
enable
public YAMLMapper enable(YAMLParser.Feature f)
-
disable
public YAMLMapper disable(YAMLGenerator.Feature f)
-
disable
public YAMLMapper disable(YAMLParser.Feature f)
-
getFactory
public final YAMLFactory getFactory()
Overridden with more specific type, since factory we have is always of typeYAMLFactory- Overrides:
getFactoryin classcom.fasterxml.jackson.databind.ObjectMapper
-
-