Uses of Interface
com.sap.cloud.sdk.datamodel.odata.generator.annotation.EntityPropertyAnnotationModel
Packages that use EntityPropertyAnnotationModel
-
Uses of EntityPropertyAnnotationModel in com.sap.cloud.sdk.datamodel.odata.generator.annotation
Methods in com.sap.cloud.sdk.datamodel.odata.generator.annotation with parameters of type EntityPropertyAnnotationModelModifier and TypeMethodDescriptionAnnotationStrategy.getAnnotationsForComplexTypeProperty
(EntityPropertyAnnotationModel context) Gets a list of annotations to apply to generated member variables representing OData properties of complex types.DefaultAnnotationStrategy.getAnnotationsForComplexTypeProperty
(EntityPropertyAnnotationModel 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 complex type property. JacksonJsonProperty
with the value set to the OData EDM name of the complex type property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class.AnnotationStrategy.getAnnotationsForEntityProperty
(EntityPropertyAnnotationModel context) Gets a list of annotations to apply to generated member variables representing OData properties of entities.DefaultAnnotationStrategy.getAnnotationsForEntityProperty
(EntityPropertyAnnotationModel 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 entity property. JacksonJsonProperty
with the value set to the OData EDM name of the entity property.Nullable
GsonJsonAdapter
with default parameter set to an appropriateTypeAdapter
class.