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 OrderClassScanner.orderThis is the order annotation that has been scanned from the type.private OrderDetailScanner.orderThis 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 theOrderannotation 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 theOrderannotation for the class schema.PrimitiveScanner.getOrder()This is used to acquire theOrderannotation for the class schema.Scanner.getOrder()This is used to acquire theOrderannotation for the class schema.Methods in org.simpleframework.xml.core with parameters of type OrderModifier and TypeMethodDescriptionvoidThis is used to assemble the model by perform registrations based on theOrderannotation.private voidModelAssembler.assembleAttributes(Model model, Order order) This is used to assemble the model by perform registrations based on theOrderannotation.private voidModelAssembler.assembleElements(Model model, Order order) This is used to assemble the model by perform registrations based on theOrderannotation.private voidStructureBuilder.validateAttributes(Class type, Order order) This is used to validate the configuration of the scanned class.private voidStructureBuilder.validateElements(Class type, Order order) This is used to validate the configuration of the scanned class.