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 StructureObjectScanner. structureThis defines the structure build from the class annotations.Methods in org.simpleframework.xml.core that return Structure Modifier and Type Method Description StructureStructureBuilder. build(java.lang.Class type)This is used to build theStructurethat has been built.
-