Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.AnnotationStrategy
Packages that use AnnotationStrategy
Package
Description
-
Uses of AnnotationStrategy in com.sap.cloud.sdk.datamodel.odatav4.generator
Methods in com.sap.cloud.sdk.datamodel.odatav4.generator that return AnnotationStrategyMethods in com.sap.cloud.sdk.datamodel.odatav4.generator with parameters of type AnnotationStrategyModifier and TypeMethodDescriptionDataModelGenerator.withAnnotationStrategy
(AnnotationStrategy annotationStrategy) Sets the class to use to provide generated Java classes with necessary annotations. -
Uses of AnnotationStrategy in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
Classes in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation that implement AnnotationStrategyModifier and TypeClassDescriptionclass
Default implementation ofAnnotationStrategy
that applies the necessary annotations for the full set of generated VDM classes (POJOs, fluent helpers, service classes, etc.), which uses the SAP Cloud SDK to access OData services.