Annotation Type ObjectCreate


Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.
Since:
2.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Defines several @ObjectCreate annotations on the same element.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The element matching pattern.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Allows specify the attribute containing an override class name if it is present.
    The namespace URI for which this Rule is relevant, if any.
  • Element Details

    • pattern

      String pattern
      The element matching pattern.
    • namespaceURI

      String namespaceURI
      The namespace URI for which this Rule is relevant, if any.
      Since:
      3.0
      Default:
      ""
    • attributeName

      String attributeName
      Allows specify the attribute containing an override class name if it is present.
      Since:
      3.0
      Default:
      ""