Serializable
public class YAMLMapper
extends com.fasterxml.jackson.databind.ObjectMapper
ObjectMapper
which is configured
with YAMLFactory
._configOverrides, _deserializationConfig, _deserializationContext, _injectableValues, _jsonFactory, _mixIns, _registeredModuleTypes, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_BASE
Constructor | Description |
---|---|
YAMLMapper() |
|
YAMLMapper(YAMLFactory f) |
|
YAMLMapper(YAMLMapper base) |
Modifier and Type | Method | Description |
---|---|---|
YAMLMapper |
configure(YAMLGenerator.Feature f,
boolean state) |
|
YAMLMapper |
configure(YAMLParser.Feature f,
boolean state) |
|
YAMLMapper |
copy() |
|
YAMLMapper |
disable(YAMLGenerator.Feature f) |
|
YAMLMapper |
disable(YAMLParser.Feature f) |
|
YAMLMapper |
enable(YAMLGenerator.Feature f) |
|
YAMLMapper |
enable(YAMLParser.Feature f) |
|
YAMLFactory |
getFactory() |
Overridden with more specific type, since factory we have
is always of type
YAMLFactory |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_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, 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
public YAMLMapper()
public YAMLMapper(YAMLFactory f)
public YAMLMapper(YAMLMapper base)
public YAMLMapper copy()
copy
in class com.fasterxml.jackson.databind.ObjectMapper
public YAMLMapper configure(YAMLGenerator.Feature f, boolean state)
public YAMLMapper configure(YAMLParser.Feature f, boolean state)
public YAMLMapper enable(YAMLGenerator.Feature f)
public YAMLMapper enable(YAMLParser.Feature f)
public YAMLMapper disable(YAMLGenerator.Feature f)
public YAMLMapper disable(YAMLParser.Feature f)
public final YAMLFactory getFactory()
YAMLFactory
getFactory
in class com.fasterxml.jackson.databind.ObjectMapper
Copyright © 2018. All rights reserved.