Uses of Class
com.cedarsoftware.util.io.ReadOptionsBuilder
Packages that use ReadOptionsBuilder
-
Uses of ReadOptionsBuilder in com.cedarsoftware.util.io
Methods in com.cedarsoftware.util.io that return ReadOptionsBuilderModifier and TypeMethodDescriptionReadOptionsBuilder.failOnUnknownType()
static ReadOptionsBuilder
ReadOptionsBuilder.returnAsMaps()
ReadOptionsBuilder.setMissingFieldHandler
(JsonReader.MissingFieldHandler missingFieldHandler) ReadOptionsBuilder.setUnknownTypeClass
(Class<?> c) ReadOptionsBuilder.withClassFactories
(Map<Class<?>, ? extends JsonReader.ClassFactory> factories) ReadOptionsBuilder.withClassFactory
(Class<?> type, JsonReader.ClassFactory factory) ReadOptionsBuilder.withClassLoader
(ClassLoader classLoader) ReadOptionsBuilder.withCoercedType
(Class<?> oldType, Class<?> newType) ReadOptionsBuilder.withCoercedType
(String fullyQualifedNameOldType, Class<?> newType) ReadOptionsBuilder.withCustomReader
(Class<?> c, JsonReader.JsonClassReader reader) Call this method to add a custom JSON reader to json-io.ReadOptionsBuilder.withCustomReaders
(Map<? extends Class<?>, ? extends JsonReader.JsonClassReader> map) This call will add all entries from the current map into the readers map.ReadOptionsBuilder.withCustomTypeName
(Class<?> type, String newTypeName) ReadOptionsBuilder.withCustomTypeName
(String type, String newTypeName) ReadOptionsBuilder.withCustomTypeNames
(Map<String, String> map) ReadOptionsBuilder.withMaxDepth
(int maxDepth) ReadOptionsBuilder.withNonCustomizableClass
(Class<?> c) ReadOptionsBuilder.withNonCustomizableClasses
(Collection<Class<?>> collection)