public interface StringDecapitalizer
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<java.lang.String> |
decapitalize(java.lang.Class<?> theClass)
Decapitalize the string the same way it expects to be used in the deserialization process, for unmarshalling correctness.
|
java.util.Optional<java.lang.String> decapitalize(java.lang.Class<?> theClass)
theClass - the java class used to decapitalize the nameOptional String with the decapitalized java class string nameCopyright © 2018 SAP SE. All Rights Reserved.