Uses of Class
org.jdrupes.json.JsonBeanDecoder
-
-
Uses of JsonBeanDecoder in org.jdrupes.json
Methods in org.jdrupes.json that return JsonBeanDecoder Modifier and Type Method Description JsonBeanDecoder
JsonBeanDecoder. addAlias(Class<?> clazz, String alias)
static JsonBeanDecoder
JsonBeanDecoder. create(com.fasterxml.jackson.core.JsonParser parser)
Create a new decoder using the given parser.static JsonBeanDecoder
JsonBeanDecoder. create(Reader in)
Create a new decoder using a defaultJsonParser
.static JsonBeanDecoder
JsonBeanDecoder. create(String input)
Create a new decoder using a default parser to parse the given string.JsonBeanDecoder
JsonBeanDecoder. setClassConverter(Function<String,Optional<Class<?>>> converter)
Sets the converter that maps a specified “class” to an actual JavaClass
.
-