Uses of Class
org.simpleframework.xml.Order
-
Packages that use Order Package Description org.simpleframework.xml.core -
-
Uses of Order in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as Order Modifier and Type Field Description private 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 Order Modifier and Type Method Description OrderClassScanner. getOrder()This returns the order annotation used to determine the order of serialization of attributes and elements.OrderDefaultDetail. getOrder()This returns the order annotation used to determine the order of serialization of attributes and elements.OrderDefaultScanner. getOrder()This is used to acquire theOrderannotation for the class schema.OrderDetail. getOrder()This returns the order annotation used to determine the order of serialization of attributes and elements.OrderDetailScanner. getOrder()This returns the order annotation used to determine the order of serialization of attributes and elements.OrderObjectScanner. getOrder()This is used to acquire theOrderannotation for the class schema.OrderPrimitiveScanner. getOrder()This is used to acquire theOrderannotation for the class schema.OrderScanner. getOrder()This is used to acquire theOrderannotation for the class schema.Methods in org.simpleframework.xml.core with parameters of type Order Modifier and Type Method Description voidModelAssembler. assemble(Model model, Order order)This 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(java.lang.Class type, Order order)This is used to validate the configuration of the scanned class.private voidStructureBuilder. validateElements(java.lang.Class type, Order order)This is used to validate the configuration of the scanned class.
-