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 SummaryNested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonFactorycom.fasterxml.jackson.core.JsonFactory.Feature
- 
Field SummaryFields 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_YAMLFields inherited from class com.fasterxml.jackson.core.JsonFactory_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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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, versionMethods inherited from class com.fasterxml.jackson.core.JsonFactory_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, streamWriteConstraintsMethods inherited from class com.fasterxml.jackson.core.TokenStreamFactory_checkRangeBoundsForByteArray, _checkRangeBoundsForCharArray, _createDataOutputWrapper, _fileInputStream, _fileOutputStream, _optimizedStreamFromURL, _reportRangeError
- 
Constructor Details- 
MidpointYAMLFactorypublic MidpointYAMLFactory()
 
- 
- 
Method Details- 
_createGeneratorprotected MidpointYAMLGenerator _createGenerator(Writer out, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
- _createGeneratorin class- com.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
- IOException
 
- 
_createParserprotected MidpointYAMLParser _createParser(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
- _createParserin class- com.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
- IOException
 
- 
_createParserprotected MidpointYAMLParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
- _createParserin class- com.fasterxml.jackson.dataformat.yaml.YAMLFactory
- Throws:
- IOException
 
 
-