Class DefaultNameFormattingStrategy
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.generator.DefaultNameFormattingStrategy
- All Implemented Interfaces:
NameFormattingStrategy
NameFormattingStrategy used by default in the
NamingContext
. This strategy does nothing, i.e. simply returns
the input.-
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
-
DefaultNameFormattingStrategy
public DefaultNameFormattingStrategy()
-
-
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.
-