Uses of Class
org.simpleframework.xml.core.Composite.Builder
-
Packages that use Composite.Builder Package Description org.simpleframework.xml.core -
-
Uses of Composite.Builder in org.simpleframework.xml.core
Subclasses of Composite.Builder in org.simpleframework.xml.core Modifier and Type Class Description private class
Composite.Injector
This takes the approach that the objects are deserialized first then the instance is created using a constructor.Methods in org.simpleframework.xml.core that return Composite.Builder Modifier and Type Method Description private Composite.Builder
Composite. read(Schema schema, Instance value)
Thisread
method performs deserialization of the XML schema class type by traversing the contacts and instantiating them using details from the provided XML element.
-