Package com.contentful.java.cda
Annotation Type TransformQuery.ContentfulSystemField
-
@Target(FIELD) @Retention(RUNTIME) public static @interface TransformQuery.ContentfulSystemFieldThis annotation marks a system field.System fields are returned in the
CDAResource.getAttribute(String)method. The parameter will be the name of this attribute. You can define it by either overwriting the annotations value, or naming the annotated field accordingly.If a space, or other non primary data type from the attributes is requested, please use a
Mapto capture all the fields.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue
-