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:
- 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 MidpointYAMLFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, _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
-
_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
-
-