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 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 Order Modifier and Type Method Description Order
ClassScanner. getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.Order
DefaultDetail. getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.Order
DefaultScanner. getOrder()
This is used to acquire theOrder
annotation for the class schema.Order
Detail. getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.Order
DetailScanner. getOrder()
This returns the order annotation used to determine the order of serialization of attributes and elements.Order
ObjectScanner. getOrder()
This is used to acquire theOrder
annotation for the class schema.Order
PrimitiveScanner. getOrder()
This is used to acquire theOrder
annotation for the class schema.Order
Scanner. getOrder()
This is used to acquire theOrder
annotation for the class schema.Methods in org.simpleframework.xml.core with parameters of type Order Modifier and Type Method Description void
ModelAssembler. assemble(Model model, Order order)
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(java.lang.Class type, Order order)
This is used to validate the configuration of the scanned class.private void
StructureBuilder. validateElements(java.lang.Class type, Order order)
This is used to validate the configuration of the scanned class.
-