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 LoaderReadGraph. loaderThis is the class loader that is used to load the types used.private LoaderReadState. loaderThis is the loader used to load the classes for this.private LoaderTreeStrategy. loaderThis 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 theReadGraphobject.
-