Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.EntityAnnotationModel
-
Uses of EntityAnnotationModel in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
Modifier and TypeMethodDescriptionAnnotationStrategy.getAnnotationsForComplexType
(EntityAnnotationModel context) Gets a list of annotations to apply to generated classes representing OData complex types, at the class level.DefaultAnnotationStrategy.getAnnotationsForComplexType
(EntityAnnotationModel context) Default implementation for the SAP Cloud SDK which adds the following annotations: LombokBuilder
,NoArgsConstructor
, andAllArgsConstructor
.AnnotationStrategy.getAnnotationsForEntity
(EntityAnnotationModel context) Gets a list of annotations to apply to generated classes representing OData entities, at the class level.DefaultAnnotationStrategy.getAnnotationsForEntity
(EntityAnnotationModel context) Default implementation for the SAP Cloud SDK which adds the following annotations: LombokBuilder
,NoArgsConstructor
, andAllArgsConstructor
.