Class MidpointYAMLFactory
java.lang.Object
com.fasterxml.jackson.core.TokenStreamFactory
com.fasterxml.jackson.core.JsonFactory
com.fasterxml.jackson.dataformat.yaml.YAMLFactory
com.evolveum.midpoint.prism.impl.lex.json.yaml.MidpointYAMLFactory
- All Implemented Interfaces:
com.fasterxml.jackson.core.Versioned
,Serializable
public class MidpointYAMLFactory
extends com.fasterxml.jackson.dataformat.yaml.YAMLFactory
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonFactory
com.fasterxml.jackson.core.JsonFactory.Feature
-
Field Summary
Fields inherited from class com.fasterxml.jackson.dataformat.yaml.YAMLFactory
_dumperOptions, _loaderOptions, _quotingChecker, _version, _yamlGeneratorFeatures, _yamlParserFeatures, DEFAULT_YAML_GENERATOR_FEATURE_FLAGS, DEFAULT_YAML_PARSER_FEATURE_FLAGS, FORMAT_NAME_YAML
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected MidpointYAMLGenerator
_createGenerator
(Writer out, com.fasterxml.jackson.core.io.IOContext ctxt) protected MidpointYAMLParser
_createParser
(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt) protected MidpointYAMLParser
_createParser
(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) Methods inherited from class com.fasterxml.jackson.dataformat.yaml.YAMLFactory
_createParser, _createParser, _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, createNonBlockingByteBufferParser, 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
Methods inherited from class com.fasterxml.jackson.core.TokenStreamFactory
_checkRangeBoundsForByteArray, _checkRangeBoundsForCharArray, _createDataOutputWrapper, _fileInputStream, _fileOutputStream, _optimizedStreamFromURL, _reportRangeError
-
Constructor Details
-
MidpointYAMLFactory
public MidpointYAMLFactory()
-
-
Method Details
-
_createGenerator
protected MidpointYAMLGenerator _createGenerator(Writer out, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
_createGenerator
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-
_createParser
protected MidpointYAMLParser _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 MidpointYAMLParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
_createParser
in classcom.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
IOException
-