Package com.contentful.java.cda
Annotation Type TransformQuery.ContentfulEntryModel
-
@Retention(RUNTIME) public static @interface TransformQuery.ContentfulEntryModelAnnotation 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.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]additionalModelHints
-