public class YAMLAnchorReplayingFactory extends YAMLFactory
_dumperOptions, _loaderOptions, _quotingChecker, _version, _yamlGeneratorFeatures, _yamlParserFeatures, DEFAULT_YAML_GENERATOR_FEATURE_FLAGS, DEFAULT_YAML_PARSER_FEATURE_FLAGS, FORMAT_NAME_YAML_byteSymbolCanonicalizer, _characterEscapes, _errorReportConfiguration, _factoryFeatures, _generatorDecorators, _generatorFeatures, _inputDecorator, _maximumNonEscapedChar, _objectCodec, _outputDecorator, _parserFeatures, _quoteChar, _recyclerPool, _rootCharSymbols, _rootValueSeparator, _streamReadConstraints, _streamWriteConstraints, DEFAULT_FACTORY_FEATURE_FLAGS, DEFAULT_GENERATOR_FEATURE_FLAGS, DEFAULT_PARSER_FEATURE_FLAGS, DEFAULT_QUOTE_CHAR, DEFAULT_ROOT_VALUE_SEPARATOR, FORMAT_NAME_JSON| Modifier | Constructor and Description |
|---|---|
|
YAMLAnchorReplayingFactory() |
|
YAMLAnchorReplayingFactory(com.fasterxml.jackson.core.ObjectCodec oc) |
protected |
YAMLAnchorReplayingFactory(YAMLFactoryBuilder b) |
|
YAMLAnchorReplayingFactory(YAMLFactory src,
com.fasterxml.jackson.core.ObjectCodec oc) |
| Modifier and Type | Method and Description |
|---|---|
protected YAMLParser |
_createParser(byte[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
_createParser(char[] data,
int offset,
int len,
com.fasterxml.jackson.core.io.IOContext ctxt,
boolean recyclable) |
protected YAMLParser |
_createParser(InputStream input,
com.fasterxml.jackson.core.io.IOContext ctxt) |
protected YAMLParser |
_createParser(Reader r,
com.fasterxml.jackson.core.io.IOContext ctxt) |
YAMLAnchorReplayingFactory |
copy() |
protected Object |
readResolve()
Method that we need to override to actually make restoration go
through constructors etc.
|
_createGenerator, _createReader, _createReader, _createUTF8Generator, _createWriter, builder, canUseCharArrays, configure, configure, 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, rebuild, version_checkInvalidCopy, _copy, _createContentReference, _createContentReference, _createContext, _createContext, _createNonBlockingContext, _createParser, _decorate, _decorate, _decorate, _decorate, _decorate, _decorate, _getBufferRecycler, _getRecyclerPool, canHandleBinaryNatively, canParseAsync, canUseSchema, configure, configure, configure, createGenerator, createGenerator, createJsonGenerator, createJsonGenerator, createJsonGenerator, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createNonBlockingByteArrayParser, createNonBlockingByteBufferParser, createParser, disable, disable, disable, enable, enable, enable, getCharacterEscapes, getCodec, getFactoryFeatures, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setErrorReportConfiguration, setInputDecorator, setOutputDecorator, setRecyclerPool, setRootValueSeparator, setStreamReadConstraints, setStreamWriteConstraints, streamReadConstraints, streamWriteConstraintspublic YAMLAnchorReplayingFactory()
public YAMLAnchorReplayingFactory(com.fasterxml.jackson.core.ObjectCodec oc)
public YAMLAnchorReplayingFactory(YAMLFactory src, com.fasterxml.jackson.core.ObjectCodec oc)
protected YAMLAnchorReplayingFactory(YAMLFactoryBuilder b)
public YAMLAnchorReplayingFactory copy()
copy in class YAMLFactoryprotected Object readResolve()
YAMLFactoryreadResolve in class YAMLFactoryprotected YAMLParser _createParser(InputStream input, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
_createParser in class YAMLFactoryIOExceptionprotected YAMLParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
_createParser in class YAMLFactoryIOExceptionprotected YAMLParser _createParser(char[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt, boolean recyclable) throws IOException
_createParser in class YAMLFactoryIOExceptionprotected YAMLParser _createParser(byte[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException
_createParser in class YAMLFactoryIOExceptionCopyright © 2025 FasterXML. All rights reserved.