Uses of Annotation Interface
org.simpleframework.xml.Order
Packages that use Order
-
Uses of Order in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as OrderModifier and TypeFieldDescriptionprivate Order
ClassScanner.order
This is the order annotation that has been scanned from the type.private Order
DetailScanner.order
This is the order annotation that is declared for the type.Methods in org.simpleframework.xml.core that return OrderModifier and TypeMethodDescriptionClassScanner.getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.DefaultDetail.getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.DefaultScanner.getOrder()
This is used to acquire theOrder
annotation for the class schema.Detail.getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.DetailScanner.getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.ObjectScanner.getOrder()
This is used to acquire theOrder
annotation for the class schema.PrimitiveScanner.getOrder()
This is used to acquire theOrder
annotation for the class schema.Scanner.getOrder()
This is used to acquire theOrder
annotation for the class schema.Methods in org.simpleframework.xml.core with parameters of type OrderModifier and TypeMethodDescriptionvoid
This is used to assemble the model by perform registrations based on theOrder
annotation.private void
ModelAssembler.assembleAttributes
(Model model, Order order) This is used to assemble the model by perform registrations based on theOrder
annotation.private void
ModelAssembler.assembleElements
(Model model, Order order) This is used to assemble the model by perform registrations based on theOrder
annotation.private void
StructureBuilder.validateAttributes
(Class type, Order order) This is used to validate the configuration of the scanned class.private void
StructureBuilder.validateElements
(Class type, Order order) This is used to validate the configuration of the scanned class.