Package org.keycloak.json
Class Jackson2RawJsonValueSupport
java.lang.Object
org.keycloak.json.Jackson2RawJsonValueSupport
- All Implemented Interfaces:
RawJsonValueSupport
Jackson 2 implementation of
RawJsonValueSupport that delegates all navigation
to the real JsonNode from com.fasterxml.jackson.databind.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.json.RawJsonValueSupport
RawJsonValueSupport.Holder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintlongget(RawJsonValue node, String key) booleanpath(RawJsonValue node, String key) toJsonString(Object value) intvalueHashCode(Object value) booleanvaluesEqual(Object a, Object b) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.json.RawJsonValueSupport
getPriority
-
Constructor Details
-
Jackson2RawJsonValueSupport
public Jackson2RawJsonValueSupport()
-
-
Method Details
-
get
- Specified by:
getin interfaceRawJsonValueSupport
-
path
- Specified by:
pathin interfaceRawJsonValueSupport
-
asBoolean
- Specified by:
asBooleanin interfaceRawJsonValueSupport
-
asInt
- Specified by:
asIntin interfaceRawJsonValueSupport
-
asLong
- Specified by:
asLongin interfaceRawJsonValueSupport
-
asText
- Specified by:
asTextin interfaceRawJsonValueSupport
-
asText
- Specified by:
asTextin interfaceRawJsonValueSupport
-
textValue
- Specified by:
textValuein interfaceRawJsonValueSupport
-
isEmpty
- Specified by:
isEmptyin interfaceRawJsonValueSupport
-
toJsonString
- Specified by:
toJsonStringin interfaceRawJsonValueSupport
-
valuesEqual
- Specified by:
valuesEqualin interfaceRawJsonValueSupport
-
valueHashCode
- Specified by:
valueHashCodein interfaceRawJsonValueSupport
-