@Beta public class LowercaseNameFormattingStrategy extends Object implements NameFormattingStrategy
NamingContext
.Constructor and Description |
---|
LowercaseNameFormattingStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
applyFormat(String input)
Returns the input string formatted according to the rules of the respective implementation of this interface.
|
@Nonnull public String applyFormat(@Nonnull String input)
applyFormat
in interface NameFormattingStrategy
input
- The string that should be formatted.Copyright © 2020 SAP SE. All rights reserved.