Interface | Description |
---|---|
AnnotationStrategy |
Implementations of this interface instruct the VDM generator on which annotations to apply to the generated Java
code.
|
EntityAnnotationModel |
Data structure representing an OData entity or complex type.
|
EntityPropertyAnnotationModel |
Data structure representing an OData property of an entity or complex type.
|
NavigationPropertyAnnotationModel |
Data structure representing an OData navigation property.
|
Class | Description |
---|---|
AnnotationDefinition |
Data structure to represent a Java annotation and its parameters.
|
AnnotationParameter |
Data structure to represent a parameter of a Java annotation.
|
DefaultAnnotationStrategy |
Default implementation of
AnnotationStrategy that applies the necessary annotations for the full set of
generated VDM classes (POJOs, fluent helpers, service classes, etc.), which uses the S/4HANA Cloud SDK to access
OData services. |
Copyright © 2018 SAP SE. All rights reserved.