Uses of Annotation Interface
org.simpleframework.xml.Root
Packages that use Root
-
Uses of Root in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as RootModifier and TypeFieldDescriptionprivate 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 RootModifier and TypeMethodDescriptionClassScanner.getRoot()
This returns the root of the class processed by this scanner.DefaultDetail.getRoot()
This returns theRoot
annotation for the class.Detail.getRoot()
This returns theRoot
annotation for the class.DetailScanner.getRoot()
This returns theRoot
annotation for the class.