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 Root
ClassScanner. root
This is the root annotation that has been scanned from the type.private Root
DetailScanner. root
This is the root annotation that is declared for the type.Methods in org.simpleframework.xml.core that return Root Modifier and Type Method Description Root
ClassScanner. getRoot()
This returns the root of the class processed by this scanner.Root
DefaultDetail. getRoot()
This returns theRoot
annotation for the class.Root
Detail. getRoot()
This returns theRoot
annotation for the class.Root
DetailScanner. getRoot()
This returns theRoot
annotation for the class.
-