Annotation Interface ValuePart


@Target(FIELD) @Retention(RUNTIME) @Documented @MinMuleVersion("4.5") public @interface ValuePart
Marks a field inside a POJO that represents a composed Value as one of the parts of that composed Value.

Multiple parts describe a POJO that can be annotated with OfValues;

ValuePart annotated fields must be of type String

Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Element Details

    • order

      int order
      Returns:
      the resolution order of this key part during the building of the Value annotated parameter corresponding to this ValuePart.