Uses of Annotation Interface
org.simpleframework.xml.Order

Packages that use Order
Package
Description
 
  • 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
    ClassScanner.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 the Order 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 the Order annotation for the class schema.
    PrimitiveScanner.getOrder()
    This is used to acquire the Order annotation for the class schema.
    Scanner.getOrder()
    This is used to acquire the Order 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 the Order annotation.
    private void
    ModelAssembler.assembleAttributes(Model model, Order order)
    This is used to assemble the model by perform registrations based on the Order annotation.
    private void
    ModelAssembler.assembleElements(Model model, Order order)
    This is used to assemble the model by perform registrations based on the Order 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.