Uses of Class
org.simpleframework.xml.core.Structure
-
Packages that use Structure Package Description org.simpleframework.xml.core -
-
Uses of Structure in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Structure Modifier and Type Field Description private Structure
ObjectScanner. structure
This defines the structure build from the class annotations.Methods in org.simpleframework.xml.core that return Structure Modifier and Type Method Description Structure
StructureBuilder. build(java.lang.Class type)
This is used to build theStructure
that has been built.
-