Uses of Class
org.simpleframework.xml.strategy.Loader
-
Packages that use Loader Package Description org.simpleframework.xml.strategy -
-
Uses of Loader in org.simpleframework.xml.strategy
Fields in org.simpleframework.xml.strategy declared as Loader Modifier and Type Field Description private Loader
ReadGraph. loader
This is the class loader that is used to load the types used.private Loader
ReadState. loader
This is the loader used to load the classes for this.private Loader
TreeStrategy. loader
This is the loader that is used to load the specified class.Constructors in org.simpleframework.xml.strategy with parameters of type Loader Constructor Description ReadGraph(Contract contract, Loader loader)
Constructor for theReadGraph
object.
-