@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface MetadataKeyPart
MetadataKey as one of the parts
of that composed MetadataKey.
Multiple MetadataKeyParts describe a POJO that can be annotated with MetadataKeyId
and also injected into a InputTypeResolver or OutputTypeResolver.
MetadataKeyPart annotated fields must be of type String
| Modifier and Type | Required Element and Description |
|---|---|
int |
order |
public abstract int order
MetadataKeyId annotated parameter corresponding to this MetadataKeyPart.Copyright © 2017 MuleSoft, Inc.. All rights reserved.