public class YamlConfigFactory
extends com.fasterxml.jackson.dataformat.yaml.YAMLFactory
_version, _yamlGeneratorFeatures, _yamlParserFeatures, DEFAULT_YAML_GENERATOR_FEATURE_FLAGS, DEFAULT_YAML_PARSER_FEATURE_FLAGS, FORMAT_NAME_YAML, UTF8_byteSymbolCanonicalizer, _characterEscapes, _factoryFeatures, _generatorFeatures, _inputDecorator, _maximumNonEscapedChar, _objectCodec, _outputDecorator, _parserFeatures, _quoteChar, _rootCharSymbols, _rootValueSeparator, DEFAULT_FACTORY_FEATURE_FLAGS, DEFAULT_GENERATOR_FEATURE_FLAGS, DEFAULT_PARSER_FEATURE_FLAGS, DEFAULT_QUOTE_CHAR, DEFAULT_ROOT_VALUE_SEPARATOR, FORMAT_NAME_JSON| Constructor and Description |
|---|
YamlConfigFactory() |
YamlConfigFactory(com.fasterxml.jackson.core.ObjectCodec oc) |
YamlConfigFactory(com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder b) |
YamlConfigFactory(com.fasterxml.jackson.dataformat.yaml.YAMLFactory src,
com.fasterxml.jackson.core.ObjectCodec oc) |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser |
_createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser |
_createParser(char[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt,
boolean recyclable) |
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser |
_createParser(InputStream in,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser |
_createParser(Reader r,
com.fasterxml.jackson.core.io.IOContext ctxt) |
_createGenerator, _createReader, _createReader, _createUTF8Generator, _createWriter, builder, canUseCharArrays, configure, configure, copy, createGenerator, createGenerator, createGenerator, createGenerator, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, disable, disable, enable, enable, getFormatGeneratorFeatures, getFormatName, getFormatParserFeatures, hasFormat, isEnabled, isEnabled, readResolve, rebuild, version_checkInvalidCopy, _createContext, _createNonBlockingContext, _createParser, _decorate, _decorate, _decorate, _decorate, _decorate, _getBufferRecycler, canHandleBinaryNatively, canParseAsync, canUseSchema, configure, configure, configure, createGenerator, createGenerator, createJsonGenerator, createJsonGenerator, createJsonGenerator, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createNonBlockingByteArrayParser, createParser, disable, disable, disable, enable, enable, enable, getCharacterEscapes, getCodec, getFormatReadFeatureType, getFormatWriteFeatureType, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setInputDecorator, setOutputDecorator, setRootValueSeparatorpublic YamlConfigFactory()
public YamlConfigFactory(com.fasterxml.jackson.core.ObjectCodec oc)
oc - public YamlConfigFactory(com.fasterxml.jackson.dataformat.yaml.YAMLFactory src,
com.fasterxml.jackson.core.ObjectCodec oc)
src - oc - public YamlConfigFactory(com.fasterxml.jackson.dataformat.yaml.YAMLFactoryBuilder b)
b - protected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt)
throws IOException
_createParser in class com.fasterxml.jackson.dataformat.yaml.YAMLFactoryIOExceptionprotected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(char[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt,
boolean recyclable)
throws IOException
_createParser in class com.fasterxml.jackson.dataformat.yaml.YAMLFactoryIOExceptionprotected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
_createParser in class com.fasterxml.jackson.dataformat.yaml.YAMLFactoryIOExceptionprotected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
_createParser in class com.fasterxml.jackson.dataformat.yaml.YAMLFactoryIOExceptionCopyright © 2017–2019 Wasiq Bhamla. All rights reserved.