Uses of Interface
com.sap.cloud.sdk.datamodel.odata.utility.NamingStrategy
Package
Description
-
Uses of NamingStrategy in com.sap.cloud.sdk.datamodel.odata.generator
Modifier and TypeMethodDescriptionDataModelGenerator.getNamingStrategy()
Getter for the class which converts OData names to Java names.Modifier and TypeMethodDescriptionDataModelGenerator.withNamingStrategy
(NamingStrategy namingStrategy) Sets the class to use to convert OData names into suitable Java names. -
Uses of NamingStrategy in com.sap.cloud.sdk.datamodel.odata.utility
Modifier and TypeClassDescriptionclass
Represents an abstract base implementation of theNamingStrategy
.final class
Represents aNamingStrategy
, which removes pre- and suffixes from the generated Java identifiers that are typically used in S4Hana service definitions.class
Represents the defaultNamingStrategy
implementation, which generates syntactically correct Java names without doing any additional modifications. -
Uses of NamingStrategy in com.sap.cloud.sdk.datamodel.odatav4.generator
Modifier and TypeMethodDescriptionDataModelGenerator.withNamingStrategy
(NamingStrategy namingStrategy) Sets the class to use to convert OData names into suitable Java names.