Annotation Type TransformQuery.ContentfulEntryModel


  • @Retention(RUNTIME)
    public static @interface TransformQuery.ContentfulEntryModel
    Annotation to mark a model class to be a "ContentfulEntryModel"

    This model will be used in the TransformQuery-query to identify models CDAEntries can be transformed into.

    The value given will be the contentTypeId of the content type, identifying this model.

    • Required Element Summary

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?>[] additionalModelHints  
    • Element Detail

      • value

        java.lang.String value
      • additionalModelHints

        java.lang.Class<?>[] additionalModelHints
        Default:
        {}