Uses of Interface
com.sap.cloud.sdk.datamodel.odatav4.generator.annotation.NavigationPropertyAnnotationModel
-
Uses of NavigationPropertyAnnotationModel in com.sap.cloud.sdk.datamodel.odatav4.generator.annotation
Modifier and TypeMethodDescriptionAnnotationStrategy.getAnnotationsForAssociatedEntity
(NavigationPropertyAnnotationModel context) Gets a list of annotations to apply to generated member variables representing OData navigation properties.DefaultAnnotationStrategy.getAnnotationsForAssociatedEntity
(NavigationPropertyAnnotationModel context) Default implementation for the SAP Cloud SDK which adds the following annotations: GsonSerializedName
with the value set to the OData EDM name of the navigation property. JacksonJsonProperty
with the value set to the OData EDM name of the navigation property.Nullable
, but only if the multiplicity of the navigation property is 1..1 or 0..1