Uses of Interface
com.cedarsoftware.io.ReadOptions
Packages that use ReadOptions
-
Uses of ReadOptions in com.cedarsoftware.io
Fields in com.cedarsoftware.io declared as ReadOptionsMethods in com.cedarsoftware.io that return ReadOptionsModifier and TypeMethodDescriptionReadOptionsBuilder.build()static ReadOptionsReadOptionsBuilder.getDefaultReadOptions()Resolver.getReadOptions()Methods in com.cedarsoftware.io with parameters of type ReadOptionsModifier and TypeMethodDescriptionstatic <T> TJsonIo.deepCopy(T source, ReadOptions readOptions, WriteOptions writeOptions) Creates a deep copy of an object by serializing it to JSON and then deserializing it back.static JsonIo.ToonStreamBuilderJsonIo.fromToon(InputStream in, ReadOptions readOptions) Begins the process of converting TOON from an InputStream to Java objects.static JsonIo.ToonStringBuilderJsonIo.fromToon(String toon, ReadOptions readOptions) Begins the process of converting a TOON string to Java objects.static JsonIo.ToonStreamBuilderJsonIo.fromToonToMaps(InputStream in, ReadOptions readOptions) Parses TOON from an InputStream into a Map graph with custom read options.static JsonIo.ToonStringBuilderJsonIo.fromToonToMaps(String toon, ReadOptions readOptions) Parses TOON into a Map graph with custom read options.MetaUtils.loadMapDefinition(String resName, ReadOptions readOptions) Load in a Map-style properties file with configurable security limits from ReadOptions.MetaUtils.loadSetDefinition(String resName, ReadOptions readOptions) Load in a Set-style simple file of values with configurable security limits from ReadOptions.static JsonIo.JavaObjectBuilderJsonIo.toJava(JsonObject jsonObject, ReadOptions readOptions) Begins the process of converting a JsonObject (Map representation) to fully resolved Java objects.static JsonIo.JavaStreamBuilderJsonIo.toJava(InputStream in, ReadOptions readOptions) Begins the process of converting JSON from an InputStream to Java objects.static JsonIo.JavaStringBuilderJsonIo.toJava(String json, ReadOptions readOptions) Begins the process of converting a JSON string to Java objects.static JsonIo.JavaStreamBuilderJsonIo.toMaps(InputStream in, ReadOptions readOptions) Parses JSON from an InputStream into a Map graph with custom read options.static JsonIo.JavaStringBuilderJsonIo.toMaps(String json, ReadOptions readOptions) Parses JSON into a Map graph with custom read options, returning aJsonValuebuilder.static <T> TJsonIo.toObjects(JsonObject jsonObject, ReadOptions readOptions, Class<T> rootType) Deprecated.static <T> TJsonIo.toObjects(InputStream in, ReadOptions readOptions, Class<T> rootType) Deprecated.UseJsonIo.toJava(InputStream, ReadOptions)with.asClass(Class)instead.static <T> TJsonIo.toObjects(String json, ReadOptions readOptions, Class<T> rootType) Deprecated.UseJsonIo.toJava(String, ReadOptions)with.asClass(Class)instead.Constructors in com.cedarsoftware.io with parameters of type ReadOptionsModifierConstructorDescriptionDefaultReferenceTracker(ReadOptions readOptions) MapResolver(ReadOptions readOptions, ReferenceTracker references, com.cedarsoftware.util.convert.Converter converter) ObjectResolver(ReadOptions readOptions, ReferenceTracker references, com.cedarsoftware.util.convert.Converter converter) ConstructorStart with a copy of another ReadOptions.protectedResolver(ReadOptions readOptions, ReferenceTracker references, com.cedarsoftware.util.convert.Converter converter) ToonReader(Reader reader, ReadOptions readOptions) Create a ToonReader that reads from a Reader.
JsonIo.toJava(JsonObject, ReadOptions)with.asClass(Class)instead.