Annotation Type TransformQuery.ContentfulSystemField


  • @Target(FIELD)
    @Retention(RUNTIME)
    public static @interface TransformQuery.ContentfulSystemField
    This 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 Map to capture all the fields.

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""