Index

A B C D E F G H I J L M N P R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ALLOW_LONG_KEYS - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Option passed to SnakeYAML to allows writing key longer that 128 characters (up to 1024 characters).
ALWAYS_QUOTE_NUMBERS_AS_STRINGS - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether numbers stored as strings will be rendered with quotes (true) or without quotes (false, default) when MINIMIZE_QUOTES is enabled.
append(char) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
assignCurrentValue(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
assignCurrentValue(Object) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 

B

build() - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
build() - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
buildDumperOptions(int, int, SpecVersion) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
builder() - Static method in class tools.jackson.dataformat.yaml.YAMLFactory
Main factory method to use for constructing YAMLFactory instances with different configuration.
builder() - Static method in class tools.jackson.dataformat.yaml.YAMLMapper
 
builder(YAMLFactory) - Static method in class tools.jackson.dataformat.yaml.YAMLMapper
 
Builder(YAMLFactory) - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
Builder(YAMLMapper.Builder.StateImpl) - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 

C

CANONICAL_OUTPUT - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Do we try to force so-called canonical output or not.
canParseAsync() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
canReadObjectId() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
canReadTypeId() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
canUseCharArrays() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
canUseSchema(FormatSchema) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
canWriteObjectId() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
canWriteTypeId() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
close() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 
close() - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
close() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
collectDefaults() - Static method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
 
collectDefaults() - Static method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Method that calculates bit set (flags) of all features that are enabled by default.
configure(YAMLReadFeature, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
configure(YAMLReadFeature, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
configure(YAMLWriteFeature, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
configure(YAMLWriteFeature, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
copy() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
currentLocation() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
currentName() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
currentTokenLocation() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
currentValue() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
currentValue() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 

D

Default() - Constructor for class tools.jackson.dataformat.yaml.util.StringQuotingChecker.Default
 
DEFAULT_YAML_GENERATOR_FEATURE_FLAGS - Static variable in class tools.jackson.dataformat.yaml.YAMLFactory
Bitfield (set of flags) of all generator features that are enabled by default.
DEFAULT_YAML_PARSER_FEATURE_FLAGS - Static variable in class tools.jackson.dataformat.yaml.YAMLFactory
Bitfield (set of flags) of all generator features that are enabled by default.
disable(YAMLReadFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
disable(YAMLReadFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
disable(YAMLReadFeature, YAMLReadFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
disable(YAMLWriteFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
disable(YAMLWriteFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
disable(YAMLWriteFeature, YAMLWriteFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
dumperOptions(DumpSettings) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying generator to follow, if specified; left as null for backwards compatibility (which means the dumper options are derived based on YAMLWriteFeatures).
dumpSettings() - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying generator to follow, if specified; left as null for backwards compatibility (which means the dumper options are derived based on YAMLWriteFeatures).

E

EMPTY_STRING_AS_NULL - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
Feature that determines whether an empty String will be parsed as null.
enable(YAMLReadFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
enable(YAMLReadFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
enable(YAMLReadFeature, YAMLReadFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
enable(YAMLWriteFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
enable(YAMLWriteFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
enable(YAMLWriteFeature, YAMLWriteFeature...) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
enabledByDefault() - Method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
 
enabledByDefault() - Method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
 
enabledIn(int) - Method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
 
enabledIn(int) - Method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
 

F

flush() - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
flush() - Method in class tools.jackson.dataformat.yaml.WriterWrapper
 
flush() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
followedOnlyByBlank(String, int) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 
FORMAT_NAME_YAML - Static variable in class tools.jackson.dataformat.yaml.YAMLFactory
Name used to identify YAML format.
freeBuffers() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
This method should be called along with (or instead of) normal close.

G

getEmbeddedObject() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getFormatName() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
getFormatReadFeatures() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
getFormatReadFeatureType() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
getFormatWriteFeatures() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
getFormatWriteFeatureType() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
getMask() - Method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
 
getMask() - Method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
 
getNumberValueDeferred() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getObjectId() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getPrettyPrinter() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
getStream() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 
getString() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getString(Writer) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getStringCharacters() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getStringLength() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getStringOffset() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
getTypeId() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 

H

hasStringCharacters() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 

I

INDENT_ARRAYS - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Feature enabling of which adds indentation for array entry generation (default indentation being 2 spaces).
INDENT_ARRAYS_WITH_INDICATOR - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Feature enabling of which adds indentation with indicator for array entry generation (default indentation being 2 spaces).
instance() - Static method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker.Default
 
isBlank(char) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 
isCurrentAlias() - Method in class tools.jackson.dataformat.yaml.YAMLParser
Method that can be used to check whether current token was created from YAML Alias token (reference to an anchor).
isEnabled(YAMLReadFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
isEnabled(YAMLReadFeature) - Method in class tools.jackson.dataformat.yaml.YAMLParser
Method for checking whether specified YAMLReadFeature is enabled.
isEnabled(YAMLWriteFeature) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
isEnabled(YAMLWriteFeature) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
isReservedKeyword(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
Helper method that sub-classes may use to see if given String value is one of: YAML 1.1 keyword representing boolean YAML 1.1 keyword representing null value empty String (length 0) and returns true if so.

J

JacksonYAMLParseException - Exception in tools.jackson.dataformat.yaml
 
JacksonYAMLParseException(JsonParser, String, Exception) - Constructor for exception tools.jackson.dataformat.yaml.JacksonYAMLParseException
 

L

LITERAL_BLOCK_STYLE - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether for string containing newlines a literal block style should be used.
loadSettings() - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying parser to follow, if specified; left as null for backwards compatibility (which means whatever default settings SnakeYAML deems best).
loadSettings(LoadSettings) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying parser to follow, if specified; left as null for backwards compatibility (which means whatever default settings SnakeYAML deems best).
looksLikeYAMLNumber(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
Helper method that sub-classes may use to see if given String value looks like a YAML 1.1 numeric value and would likely be considered a number when parsing unless quoting is used.

M

MAX_INT_AS_LONG - Static variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
MIN_INT_AS_LONG - Static variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
MINIMIZE_QUOTES - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether strings will be rendered without quotes (true) or with quotes (false, default).

N

nameHasQuotableChar(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
Looks like we may get names with "funny characters" so.
needToQuoteName(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker.Default
Default implementation will call StringQuotingChecker.isReservedKeyword(String) and StringQuotingChecker.looksLikeYAMLNumber(String) to determine if quoting should be applied.
needToQuoteName(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
Method called by YAMLGenerator to check whether given property name should be quoted: usually to prevent it from being read as non-String key (boolean or number)
needToQuoteValue(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker.Default
Default implementation will call StringQuotingChecker.isReservedKeyword(String) and StringQuotingChecker.valueHasQuotableChar(String) to determine if quoting should be applied.
needToQuoteValue(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
Method called by YAMLGenerator to check whether given String value should be quoted: usually to prevent it from being value of different type (boolean or number).
nextEvent() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
nextToken() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 

P

PackageVersion - Class in tools.jackson.dataformat.yaml
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class tools.jackson.dataformat.yaml.PackageVersion
 
PLAIN_NUMBER_P - Static variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
precededOnlyByBlank(String, int) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 

R

read() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
Although this method is implemented by the base class, AND it should never be called by Woodstox code, let's still implement it bit more efficiently just in case
read(char[]) - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 
read(char[], int, int) - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 
readBinaryValue(Base64Variant, OutputStream) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
readBytes() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
Method for reading as many bytes from the underlying stream as possible (that fit in the buffer), to the beginning of the buffer.
readBytesAt(int) - Method in class tools.jackson.dataformat.yaml.UTF8Reader
Method for reading as many bytes from the underlying stream as possible (that fit in the buffer considering offset), to the specified offset.
readResolve() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
Method that we need to override to actually make restoration go through constructors etc.
readResolve() - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder.StateImpl
 
readResolve() - Method in class tools.jackson.dataformat.yaml.YAMLMapper
 
rebuild() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
rebuild() - Method in class tools.jackson.dataformat.yaml.YAMLMapper
 
reportBounds(char[], int, int) - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 
reportStrangeStream() - Method in class tools.jackson.dataformat.yaml.UTF8Reader
 

S

shared() - Static method in class tools.jackson.dataformat.yaml.YAMLMapper
Accessor method for getting globally shared "default" YAMLMapper instance: one that has default configuration, no modules registered, no config overrides.
snapshot() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
Instances are immutable so just return `this`
SPLIT_LINES - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Options passed to SnakeYAML that determines whether longer textual content gets automatically split into multiple lines or not.
StateImpl(YAMLMapper.Builder) - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper.Builder.StateImpl
 
streamReadCapabilities() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
streamReadContext() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
streamReadInputSource() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
streamWriteCapabilities() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
streamWriteContext() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
streamWriteOutputBuffered() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
SnakeYAML does not expose buffered content amount, so we can only return -1 from here
streamWriteOutputTarget() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
stringQuotingChecker() - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
stringQuotingChecker(StringQuotingChecker) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Method for specifying either custom StringQuotingChecker to use instead of default one, or, that default one (see StringQuotingChecker.Default.instance()) is to be used (when passing null
StringQuotingChecker - Class in tools.jackson.dataformat.yaml.util
Helper class that defines API used by YAMLGenerator to check whether property names and String values need to be quoted or not.
StringQuotingChecker() - Constructor for class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 
StringQuotingChecker.Default - Class in tools.jackson.dataformat.yaml.util
Default StringQuotingChecker implementation used unless custom implementation registered.

T

TAG_BINARY - Static variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
tokenStreamFactory() - Method in class tools.jackson.dataformat.yaml.YAMLMapper
Overridden with more specific type, since factory we have is always of type YAMLFactory
tools.jackson.dataformat.yaml - module tools.jackson.dataformat.yaml
 
tools.jackson.dataformat.yaml - package tools.jackson.dataformat.yaml
Main abstractions for Jackson YAML format backend, including streaming reader ((YAMLParser), writer (YAMLGenerator) (and factory to create them, YAMLFactory) as well as mapper (YAMLMapper).
tools.jackson.dataformat.yaml.util - package tools.jackson.dataformat.yaml.util
Helper classes for YAML backend.

U

USE_NATIVE_OBJECT_ID - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether to use YAML native Object Id construct for indicating type (true); or "generic" Object Id mechanism (false).
USE_NATIVE_TYPE_ID - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether to use YAML native Type Id construct for indicating type (true); or "generic" type property (false).
UTF8Reader - Class in tools.jackson.dataformat.yaml
Optimized Reader that reads UTF-8 encoded content from an input stream.
UTF8Reader(byte[], int, int, boolean) - Constructor for class tools.jackson.dataformat.yaml.UTF8Reader
 
UTF8Reader(InputStream, boolean) - Constructor for class tools.jackson.dataformat.yaml.UTF8Reader
 
UTF8Writer - Class in tools.jackson.dataformat.yaml
 
UTF8Writer(OutputStream) - Constructor for class tools.jackson.dataformat.yaml.UTF8Writer
 

V

valueHasQuotableChar(String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
As per YAML Plain Styleunquoted strings are restricted to a reduced charset and must be quoted in case they contain one of the following characters or character combinations.
valueOf(String) - Static method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tools.jackson.dataformat.yaml.YAMLReadFeature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in class tools.jackson.dataformat.yaml.PackageVersion
 
version() - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
version() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
version() - Method in class tools.jackson.dataformat.yaml.YAMLMapper
 
version() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
VERSION - Static variable in class tools.jackson.dataformat.yaml.PackageVersion
 

W

write(char[]) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
write(char[], int, int) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
write(int) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
write(String) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
write(String) - Method in class tools.jackson.dataformat.yaml.WriterWrapper
 
write(String, int, int) - Method in class tools.jackson.dataformat.yaml.UTF8Writer
 
write(String, int, int) - Method in class tools.jackson.dataformat.yaml.WriterWrapper
 
WRITE_DOC_START_MARKER - Enum constant in enum class tools.jackson.dataformat.yaml.YAMLWriteFeature
Whether we are to write an explicit document start marker ("---") or not.
writeBinary(Base64Variant, byte[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeBoolean(boolean) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeEndArray() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeEndObject() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeName(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeName(SerializableString) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNull() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(double) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(float) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(long) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(short) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(BigDecimal) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeNumber(BigInteger) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeObjectId(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeObjectRef(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writePropertyId(long) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRaw(char) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRaw(char[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRaw(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRaw(String, int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRawUTF8String(byte[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRawValue(char[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRawValue(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeRawValue(String, int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeReplace() - Method in class tools.jackson.dataformat.yaml.YAMLMapper
 
WriterWrapper - Class in tools.jackson.dataformat.yaml
 
WriterWrapper(Writer) - Constructor for class tools.jackson.dataformat.yaml.WriterWrapper
 
writeStartArray() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeStartArray(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeStartObject() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeStartObject(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeString(char[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeString(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeString(SerializableString) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeTypeId(Object) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
writeUTF8String(byte[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 

Y

YAMLFactory - Class in tools.jackson.dataformat.yaml
 
YAMLFactory() - Constructor for class tools.jackson.dataformat.yaml.YAMLFactory
Default constructor used to create factory instances that may be used to construct an instance with default settings, instead of using YAMLFactoryBuilder.
YAMLFactory(YAMLFactory) - Constructor for class tools.jackson.dataformat.yaml.YAMLFactory
 
YAMLFactory(YAMLFactoryBuilder) - Constructor for class tools.jackson.dataformat.yaml.YAMLFactory
Constructors used by YAMLFactoryBuilder for instantiation.
YAMLFactoryBuilder - Class in tools.jackson.dataformat.yaml
TSFBuilder implementation for constructing YAMLFactory instances.
YAMLFactoryBuilder() - Constructor for class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
YAMLFactoryBuilder(YAMLFactory) - Constructor for class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
YAMLGenerator - Class in tools.jackson.dataformat.yaml
 
YAMLGenerator(ObjectWriteContext, IOContext, int, int, StringQuotingChecker, Writer, SpecVersion, DumpSettings) - Constructor for class tools.jackson.dataformat.yaml.YAMLGenerator
 
YAMLMapper - Class in tools.jackson.dataformat.yaml
Convenience version of ObjectMapper which is configured with YAMLFactory.
YAMLMapper() - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper
 
YAMLMapper(YAMLFactory) - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper
 
YAMLMapper(YAMLMapper.Builder) - Constructor for class tools.jackson.dataformat.yaml.YAMLMapper
 
YAMLMapper.Builder - Class in tools.jackson.dataformat.yaml
Base implementation for "Vanilla" ObjectMapper, used with YAML backend.
YAMLMapper.Builder.StateImpl - Class in tools.jackson.dataformat.yaml
 
YAMLParser - Class in tools.jackson.dataformat.yaml
JsonParser implementation used to expose YAML documents in form that allows other Jackson functionality to process YAML content, such as binding POJOs to and from it, and building tree representations.
YAMLParser(ObjectReadContext, IOContext, BufferRecycler, int, int, Reader, ParserImpl) - Constructor for class tools.jackson.dataformat.yaml.YAMLParser
 
YAMLParser(ObjectReadContext, IOContext, BufferRecycler, int, int, LoadSettings, Reader) - Constructor for class tools.jackson.dataformat.yaml.YAMLParser
 
YAMLReadFeature - Enum Class in tools.jackson.dataformat.yaml
Enumeration that defines all togglable features for YAML parsers.
yamlVersionToWrite() - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
 
yamlVersionToWrite(SpecVersion) - Method in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Method for specifying YAML version for generator to use (to produce compliant output); if null passed, will let SnakeYAML use its default settings.
YAMLWriteFeature - Enum Class in tools.jackson.dataformat.yaml
Enumeration that defines all togglable features for YAML generators

_

_bufferHolder - Variable in class tools.jackson.dataformat.yaml.UTF8Reader
 
_bufferHolder - Variable in class tools.jackson.dataformat.yaml.UTF8Writer
 
_bufferRecycler - Static variable in class tools.jackson.dataformat.yaml.UTF8Reader
This ThreadLocal contains a SoftReference to a byte array used for holding content to decode
_bufferRecycler - Static variable in class tools.jackson.dataformat.yaml.UTF8Writer
This ThreadLocal contains a SoftReference to a byte array used for holding content to decode
_cfgEmptyStringsToNull - Variable in class tools.jackson.dataformat.yaml.YAMLParser
 
_cfgMinimizeQuotes - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_cleanedTextValue - Variable in class tools.jackson.dataformat.yaml.YAMLParser
For some tokens (specifically, numbers), we'll have cleaned up version, mostly free of underscores
_closeInput() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_closeInput() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_createGenerator(ObjectWriteContext, IOContext, Writer) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createParser(ObjectReadContext, IOContext, byte[], int, int) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createParser(ObjectReadContext, IOContext, char[], int, int, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createParser(ObjectReadContext, IOContext, DataInput) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createParser(ObjectReadContext, IOContext, InputStream) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createParser(ObjectReadContext, IOContext, Reader) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createReader(byte[], int, int, JsonEncoding, IOContext) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createReader(InputStream, JsonEncoding, IOContext) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createUTF8Generator(ObjectWriteContext, IOContext, OutputStream) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_createWriter(IOContext, OutputStream, JsonEncoding) - Method in class tools.jackson.dataformat.yaml.YAMLFactory
 
_currentAnchor - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Anchor for the value that parser currently points to: in case of structured types, value whose first token current token is.
_currentIsAlias - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Flag that is set when current token was derived from an Alias (reference to another value's anchor)
_currentName - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Let's also have a local copy of the current property name
_decodeNumberIntBinary(String, int, int, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_decodeNumberIntHex(String, int, int, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_decodeNumberIntOctal(String, int, int, boolean) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_decodeNumberScalar(String, int) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_decodeScalar(ScalarEvent) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_docVersion - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_dumpSettings - Variable in class tools.jackson.dataformat.yaml.YAMLFactory
Configuration for underlying generator to follow, if specified; left as null for backwards compatibility (which means the dumper options are derived based on YAMLWriteFeatures).
_dumpSettings - Variable in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying generator to follow, if specified; left as null for backwards compatibility (which means the dumper options are derived based on YAMLWriteFeatures).
_emit(Event) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_emitEndDocument() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_emitStartDocument() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_emitter - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_formatFeatures - Variable in class tools.jackson.dataformat.yaml.YAMLParser
 
_formatWriteFeatures - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
Bit flag composed of bits that indicate which YAMLWriteFeatures are enabled.
_inputBuffer - Variable in class tools.jackson.dataformat.yaml.UTF8Reader
 
_inputEnd - Variable in class tools.jackson.dataformat.yaml.UTF8Reader
Pointed to the end marker, that is, position one after the last valid available byte.
_inputPtr - Variable in class tools.jackson.dataformat.yaml.UTF8Reader
Pointer to the next available byte (if any), iff less than mByteBufferEnd
_isReservedKeyword(int, String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 
_lastEvent - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Keep track of the last event read, to get access to Location info
_lastTagEvent - Variable in class tools.jackson.dataformat.yaml.YAMLParser
To keep track of tags ("type ids"), need to either get tags for all events, or, keep tag of relevant event that might have it: this is different from _lastEvent in some cases.
_lf() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_loadSettings - Variable in class tools.jackson.dataformat.yaml.YAMLFactory
Configuration for underlying parser to follow, if specified; left as null for backwards compatibility (which means whatever default settings snakeyaml-engine deems best).
_loadSettings - Variable in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Configuration for underlying parser to follow, if specified; left as null for backwards compatibility (which means whatever default settings SnakeYAML deems best).
_locationFor(Optional<Mark>) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_looksLikeYAMLNumber(int, String) - Method in class tools.jackson.dataformat.yaml.util.StringQuotingChecker
 
_matchYAMLBoolean(String, int) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_objectId - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
YAML supports native Object identifiers, so databinder may indicate need to output one.
_outputOptions - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_parseIntValue() - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_parseNumericValue(int) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_quotingChecker - Variable in class tools.jackson.dataformat.yaml.YAMLFactory
Helper object used to determine whether property names, String values must be quoted or not.
_quotingChecker - Variable in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
Helper object used to determine whether property names, String values must be quoted or not.
_quotingChecker - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_reader - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Need to keep track of underlying Reader to be able to auto-close it (if required to)
_releaseBuffers() - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_reportMismatchedEndMarker(int, char) - Method in class tools.jackson.dataformat.yaml.YAMLParser
 
_rootValueCount - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_saveState() - Method in class tools.jackson.dataformat.yaml.YAMLMapper.Builder
 
_scalarEvent(String, ScalarStyle) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_streamReadContext - Variable in class tools.jackson.dataformat.yaml.YAMLParser
Information about parser context, context in which the next token is to be parsed (root, array, object).
_streamWriteContext - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_surrogate - Variable in class tools.jackson.dataformat.yaml.UTF8Reader
Decoded first character of a surrogate pair, if one needs to be buffered
_textValue - Variable in class tools.jackson.dataformat.yaml.YAMLParser
We need to keep track of text values.
_typeId - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
YAML supports native Type identifiers, so databinder may indicate need to output one.
_verifyValueWrite(String) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_version - Variable in class tools.jackson.dataformat.yaml.YAMLFactory
YAML version for underlying generator to follow, if specified.
_version - Variable in class tools.jackson.dataformat.yaml.YAMLFactoryBuilder
YAML version for underlying generator to follow, if specified; left as null for backwards compatibility (which means whatever default settings SnakeYAML deems best).
_writer - Variable in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_writeScalar(String, String, ScalarStyle) - Method in class tools.jackson.dataformat.yaml.YAMLGenerator
 
_yamlParser - Variable in class tools.jackson.dataformat.yaml.YAMLParser
 
_yamlResolver - Variable in class tools.jackson.dataformat.yaml.YAMLParser
 
A B C D E F G H I J L M N P R S T U V W Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form