Class LowercaseNameFormattingStrategy
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.generator.LowercaseNameFormattingStrategy
- All Implemented Interfaces:
NameFormattingStrategy
The NameFormattingStrategy used when processing an entity's properties. Used in
NamingContext
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapplyFormat
(String input) Returns the input string formatted according to the rules of the respective implementation of this interface.
-
Constructor Details
-
LowercaseNameFormattingStrategy
public LowercaseNameFormattingStrategy()
-
-
Method Details
-
applyFormat
Description copied from interface:NameFormattingStrategy
Returns the input string formatted according to the rules of the respective implementation of this interface.- Specified by:
applyFormat
in interfaceNameFormattingStrategy
- Parameters:
input
- The string that should be formatted.- Returns:
- A formatted string.
-