Class CustomYAMLFactory
- java.lang.Object
-
- com.fasterxml.jackson.core.TokenStreamFactory
-
- com.fasterxml.jackson.core.JsonFactory
-
- com.fasterxml.jackson.dataformat.yaml.YAMLFactory
-
- io.zenwave360.jsonrefparser.parser.CustomYAMLFactory
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned
,Serializable
public class CustomYAMLFactory extends com.fasterxml.jackson.dataformat.yaml.YAMLFactory
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.fasterxml.jackson.dataformat.yaml.YAMLFactory
_quotingChecker, _version, _yamlGeneratorFeatures, _yamlParserFeatures, DEFAULT_YAML_GENERATOR_FEATURE_FLAGS, DEFAULT_YAML_PARSER_FEATURE_FLAGS, FORMAT_NAME_YAML, UTF8
-
Fields inherited from class com.fasterxml.jackson.core.JsonFactory
_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 Summary
Constructors Constructor Description CustomYAMLFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class com.fasterxml.jackson.dataformat.yaml.YAMLFactory
_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, getFormatReadFeatureType, getFormatWriteFeatureType, hasFormat, isEnabled, isEnabled, readResolve, rebuild, version
-
Methods inherited from class com.fasterxml.jackson.core.JsonFactory
_checkInvalidCopy, _createContentReference, _createContentReference, _createContext, _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, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setInputDecorator, setOutputDecorator, setRootValueSeparator
-
-
-
-
Method Detail
-
_createParser
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
- Overrides:
_createParser
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-
_createParser
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
- Overrides:
_createParser
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-
_createParser
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(char[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt, boolean recyclable) throws IOException
- Overrides:
_createParser
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-
_createParser
protected com.fasterxml.jackson.dataformat.yaml.YAMLParser _createParser(byte[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
- Overrides:
_createParser
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-
-