ReadOptionsBuilder
failOnUnknownType()
returnAsMaps()
setUnknownTypeClass(Class c)
withClassLoader(ClassLoader classLoader)
withCustomReader(Class c, JsonReader.JsonClassReaderEx writer)
withCustomReaderMap(Map<Class,JsonReader.JsonClassReaderEx> map)
withCustomTypeName(Class type, String newTypeName)
withCustomTypeName(String type, String newTypeName)
withCustomTypeNameMap(Map<String,String> map)
withNonCustomizableClass(Class c)
withNonCustomizableClasses(Collection<Class> collection)