Uses of Enum Class
com.sap.cds.CdsJsonConverter.UnknownPropertyHandling
Packages that use CdsJsonConverter.UnknownPropertyHandling
-
Uses of CdsJsonConverter.UnknownPropertyHandling in com.sap.cds
Methods in com.sap.cds that return CdsJsonConverter.UnknownPropertyHandlingModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CdsJsonConverter.UnknownPropertyHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cds with parameters of type CdsJsonConverter.UnknownPropertyHandlingModifier and TypeMethodDescriptionCdsJsonConverter.Builder.unknownPropertyHandling(CdsJsonConverter.UnknownPropertyHandling handling) Sets the strategy for handling undeclared JSON properties.