Package org.keycloak.json
Class Jackson2JsonMapper
java.lang.Object
org.keycloak.json.Jackson2JsonMapper
- All Implemented Interfaces:
KeycloakJsonMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TconvertValue(Object fromValue, Class<T> toValueType) <T> T<T> TreadValue(InputStream src, Class<T> valueType) <T> Tbyte[]writeValueAsBytes(Object value) writeValueAsString(Object value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.json.KeycloakJsonMapper
getPriority
-
Constructor Details
-
Jackson2JsonMapper
public Jackson2JsonMapper()
-
-
Method Details
-
convertValue
- Specified by:
convertValuein interfaceKeycloakJsonMapper
-
readValue
- Specified by:
readValuein interfaceKeycloakJsonMapper- Throws:
IOException
-
readValue
- Specified by:
readValuein interfaceKeycloakJsonMapper- Throws:
IOException
-
readValue
- Specified by:
readValuein interfaceKeycloakJsonMapper- Throws:
IOException
-
writeValueAsBytes
- Specified by:
writeValueAsBytesin interfaceKeycloakJsonMapper- Throws:
IOException
-
writeValueAsString
- Specified by:
writeValueAsStringin interfaceKeycloakJsonMapper- Throws:
IOException
-