Class ODataCaseStrategy
- java.lang.Object
-
- com.fasterxml.jackson.databind.PropertyNamingStrategy
-
- com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase
-
- com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy
-
- de.hybris.platform.customerticketingc4cintegration.converters.ODataCaseStrategy
-
- All Implemented Interfaces:
java.io.Serializable
public class ODataCaseStrategy extends com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategySpecial strategy for json-fields naming OData have special pascal format for all objects, but it ignores some special cases, like 'd' and 'results', also if we expect 2or move capitals letters from the beginning(like ID)- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.PropertyNamingStrategy
com.fasterxml.jackson.databind.PropertyNamingStrategy.KebabCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.PascalCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.PropertyNamingStrategyBase, com.fasterxml.jackson.databind.PropertyNamingStrategy.SnakeCaseStrategy, com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy
-
-
Constructor Summary
Constructors Constructor Description ODataCaseStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringtranslate(java.lang.String input)
-