Package org.keycloak.util
Class SystemPropertiesJsonParserFactory
- java.lang.Object
- 
- com.fasterxml.jackson.core.TokenStreamFactory
- 
- com.fasterxml.jackson.core.JsonFactory
- 
- com.fasterxml.jackson.databind.MappingJsonFactory
- 
- org.keycloak.util.SystemPropertiesJsonParserFactory
 
 
 
 
- 
- All Implemented Interfaces:
- com.fasterxml.jackson.core.Versioned,- Serializable
 
 public class SystemPropertiesJsonParserFactory extends com.fasterxml.jackson.databind.MappingJsonFactoryProvides replacing of system properties for parsed values- Author:
- Marek Posolda
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSystemPropertiesJsonParserFactory.SystemPropertiesAwareJsonParser
 - 
Field Summary- 
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 SummaryConstructors Constructor Description SystemPropertiesJsonParserFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.core.JsonParser_createParser(byte[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt)protected com.fasterxml.jackson.core.JsonParser_createParser(char[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt, boolean recyclable)protected com.fasterxml.jackson.core.JsonParser_createParser(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt)protected com.fasterxml.jackson.core.JsonParser_createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt)- 
Methods inherited from class com.fasterxml.jackson.databind.MappingJsonFactorycopy, getCodec, getFormatName, hasFormat
 - 
Methods inherited from class com.fasterxml.jackson.core.JsonFactory_checkInvalidCopy, _createContentReference, _createContentReference, _createContext, _createContext, _createGenerator, _createNonBlockingContext, _createParser, _createUTF8Generator, _createWriter, _decorate, _decorate, _decorate, _decorate, _decorate, _getBufferRecycler, builder, canHandleBinaryNatively, canParseAsync, canUseCharArrays, canUseSchema, configure, configure, configure, createGenerator, createGenerator, createGenerator, createGenerator, createGenerator, createGenerator, createJsonGenerator, createJsonGenerator, createJsonGenerator, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createJsonParser, createNonBlockingByteArrayParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, createParser, disable, disable, disable, enable, enable, enable, getCharacterEscapes, getFormatGeneratorFeatures, getFormatParserFeatures, getFormatReadFeatureType, getFormatWriteFeatureType, getGeneratorFeatures, getInputDecorator, getOutputDecorator, getParserFeatures, getRootValueSeparator, hasJSONFormat, isEnabled, isEnabled, isEnabled, isEnabled, isEnabled, readResolve, rebuild, requiresCustomCodec, requiresPropertyOrdering, setCharacterEscapes, setCodec, setInputDecorator, setOutputDecorator, setRootValueSeparator, version
 
- 
 
- 
- 
- 
Method Detail- 
_createParserprotected com.fasterxml.jackson.core.JsonParser _createParser(InputStream in, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
- _createParserin class- com.fasterxml.jackson.core.JsonFactory
- Throws:
- IOException
 
 - 
_createParserprotected com.fasterxml.jackson.core.JsonParser _createParser(Reader r, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException - Overrides:
- _createParserin class- com.fasterxml.jackson.core.JsonFactory
- Throws:
- IOException
 
 - 
_createParserprotected com.fasterxml.jackson.core.JsonParser _createParser(char[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt, boolean recyclable) throws IOException- Overrides:
- _createParserin class- com.fasterxml.jackson.core.JsonFactory
- Throws:
- IOException
 
 - 
_createParserprotected com.fasterxml.jackson.core.JsonParser _createParser(byte[] data, int offset, int len, com.fasterxml.jackson.core.io.IOContext ctxt) throws IOException- Overrides:
- _createParserin class- com.fasterxml.jackson.core.JsonFactory
- Throws:
- IOException
 
 
- 
 
-