Class SimpleNamingStrategy
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
com.sap.cloud.sdk.datamodel.odata.utility.SimpleNamingStrategy
- All Implemented Interfaces:
NamingStrategy
Represents the default
NamingStrategy
implementation, which generates syntactically correct Java names
without doing any additional modifications.-
Constructor Summary
ConstructorDescriptionSimpleNamingStrategy
(NameSource nameSource) Initializes a newSimpleNamingStrategy
with the givennameSource
. -
Method Summary
Methods inherited from class com.sap.cloud.sdk.datamodel.odata.utility.AbstractNamingStrategy
appendSuffixIfNameIsReservedKeyword, chooseBetweenNameAndLabel, convertToJavaClassName, convertToJavaConstantName, convertToJavaFieldName, convertToJavaMethodName, finishJavaBuilderMethodNameGeneration, finishJavaClassNameGeneration, finishJavaConstantNameGeneration, finishJavaFieldNameGeneration, finishJavaFluentHelperClassNameGeneration, finishJavaMethodNameGeneration, finishJavaMethodParameterNameGeneration, finishJavaNavigationPropertyConstantNameGeneration, finishJavaNavigationPropertyFieldNameGeneration, finishJavaOperationMethodNameGeneration, fixAcronymsInConstantNames, generateJavaBuilderMethodName, generateJavaClassName, generateJavaConstantName, generateJavaFieldName, generateJavaFluentHelperClassName, generateJavaMethodName, generateJavaMethodParameterName, generateJavaNavigationPropertyConstantName, generateJavaNavigationPropertyFieldName, generateJavaOperationMethodName, getNameSource, isReservedKeyword, removeInvalidJavaCharacters, removeRepeatedUnderscores, removeWhiteSpaces, setNameSource, throwIfConversionResultIsNullOrEmpty, throwIfConversionResultIsReservedKeyword, uncapitalizeLeadingAcronym
-
Constructor Details
-
SimpleNamingStrategy
Initializes a newSimpleNamingStrategy
with the givennameSource
.- Parameters:
nameSource
- TheNameSource
to use.
-
SimpleNamingStrategy
public SimpleNamingStrategy()
-