Package org.keycloak.util
Class SystemPropertiesJsonParserFactory.SystemPropertiesAwareJsonParser
- java.lang.Object
- 
- com.fasterxml.jackson.core.JsonParser
- 
- com.fasterxml.jackson.core.util.JsonParserDelegate
- 
- org.keycloak.util.SystemPropertiesJsonParserFactory.SystemPropertiesAwareJsonParser
 
 
 
- 
- All Implemented Interfaces:
- com.fasterxml.jackson.core.Versioned,- Closeable,- AutoCloseable
 - Enclosing class:
- SystemPropertiesJsonParserFactory
 
 public static class SystemPropertiesJsonParserFactory.SystemPropertiesAwareJsonParser extends com.fasterxml.jackson.core.util.JsonParserDelegate
- 
- 
Constructor SummaryConstructors Constructor Description SystemPropertiesAwareJsonParser(com.fasterxml.jackson.core.JsonParser d)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()- 
Methods inherited from class com.fasterxml.jackson.core.util.JsonParserDelegateassignCurrentValue, canReadObjectId, canReadTypeId, canUseSchema, clearCurrentToken, close, currentLocation, currentName, currentToken, currentTokenId, currentTokenLocation, currentValue, delegate, disable, enable, finishToken, getBigIntegerValue, getBinaryValue, getBooleanValue, getByteValue, getCodec, getCurrentLocation, getCurrentName, getCurrentToken, getCurrentTokenId, getCurrentValue, getDecimalValue, getDoubleValue, getEmbeddedObject, getFeatureMask, getFloatValue, getInputSource, getIntValue, getLastClearedToken, getLongValue, getNumberType, getNumberValue, getNumberValueExact, getObjectId, getParsingContext, getReadCapabilities, getSchema, getShortValue, getText, getTextCharacters, getTextLength, getTextOffset, getTokenLocation, getTypeId, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, getValueAsString, getValueAsString, hasCurrentToken, hasTextCharacters, hasToken, hasTokenId, isClosed, isEnabled, isExpectedNumberIntToken, isExpectedStartArrayToken, isExpectedStartObjectToken, isNaN, nextToken, nextValue, overrideCurrentName, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, requiresCustomCodec, setCodec, setCurrentValue, setFeatureMask, setSchema, skipChildren, version
 - 
Methods inherited from class com.fasterxml.jackson.core.JsonParser_codec, _constructError, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _constructReadException, _reportUnsupportedOperation, canParseAsync, configure, getBinaryValue, getFormatFeatures, getNonBlockingInputFeeder, isEnabled, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnError
 
- 
 
- 
- 
- 
Method Detail- 
getTextpublic String getText() throws IOException - Overrides:
- getTextin class- com.fasterxml.jackson.core.util.JsonParserDelegate
- Throws:
- IOException
 
 
- 
 
-