|
| static void | writeValueToStream (OutputStream os, Object obj) throws IOException |
| |
| static void | writeValuePrettyToStream (OutputStream os, Object obj) throws IOException |
| |
| static String | writeValueAsPrettyString (Object obj) throws IOException |
| |
| static String | writeValueAsString (Object obj) throws IOException |
| |
| static byte [] | writeValueAsBytes (Object obj) throws IOException |
| |
| static< T > T | readValue (byte[] bytes, Class< T > type) throws IOException |
| |
| static< T > T | readValue (String bytes, Class< T > type) throws IOException |
| |
| static< T > T | readValue (InputStream bytes, Class< T > type) throws IOException |
| |
| static< T > T | readValue (String string, TypeReference< T > type) throws IOException |
| |
| static< T > T | readValue (InputStream bytes, TypeReference< T > type) throws IOException |
| |
| static< T > T | readValue (InputStream bytes, Class< T > type, boolean replaceSystemProperties) throws IOException |
| |
| static ObjectNode | createObjectNode (Object pojo) throws IOException |
| |
| static ObjectNode | createObjectNode () |
| |
Utility class to handle simple JSON serializable for Keycloak.
- 著者
- Bill Burke
- バージョン
- Revision
- 1