Uses of Enum Class
net.kaczmarzyk.spring.data.jpa.web.annotation.OnTypeMismatch
Packages that use OnTypeMismatch
Package
Description
-
Uses of OnTypeMismatch in net.kaczmarzyk.spring.data.jpa.utils
Methods in net.kaczmarzyk.spring.data.jpa.utils with parameters of type OnTypeMismatchModifier and TypeMethodDescriptionstatic ConverterConverter.withDateFormat(String dateFormat, OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService) static ConverterConverter.withTypeMismatchBehaviour(OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService, Locale locale) -
Uses of OnTypeMismatch in net.kaczmarzyk.spring.data.jpa.web.annotation
Methods in net.kaczmarzyk.spring.data.jpa.web.annotation that return OnTypeMismatchModifier and TypeMethodDescriptionstatic OnTypeMismatchReturns the enum constant of this class with the specified name.static OnTypeMismatch[]OnTypeMismatch.values()Returns an array containing the constants of this enum class, in the order they are declared.