Uses of Interface
com.cedarsoftware.util.io.JsonReader.ClassFactory
-
-
Uses of JsonReader.ClassFactory in com.cedarsoftware.util.io
Classes in com.cedarsoftware.util.io that implement JsonReader.ClassFactory Modifier and Type Class Description static classJsonReader.CollectionFactoryUse to create new instances of collection interfaces (needed for empty collections)static classJsonReader.MapFactoryUse to create new instances of Map interfaces (needed for empty Maps).
-