Uses of Class
org.simpleframework.xml.Root
-
Packages that use Root Package Description org.simpleframework.xml.core -
-
Uses of Root in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Root Modifier and Type Field Description private RootClassScanner. rootThis is the root annotation that has been scanned from the type.private RootDetailScanner. rootThis is the root annotation that is declared for the type.Methods in org.simpleframework.xml.core that return Root Modifier and Type Method Description RootClassScanner. getRoot()This returns the root of the class processed by this scanner.RootDefaultDetail. getRoot()This returns theRootannotation for the class.RootDetail. getRoot()This returns theRootannotation for the class.RootDetailScanner. getRoot()This returns theRootannotation for the class.
-