Class Converter
java.lang.Object
net.kaczmarzyk.spring.data.jpa.utils.Converter
- Author:
- Tomasz Kaczmarzyk
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescription<T> T<T> T<T> List<T>convertToCalendar(String value) convertToDate(String value) convertToInstant(String value) convertToOffsetDateTime(String value) convertToUUID(String value) booleangetDateFormat(Class<?> clazz) inthashCode()toString()static ConverterwithDateFormat(String dateFormat, OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService) static ConverterwithTypeMismatchBehaviour(OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService, Locale locale)
-
Method Details
-
convert
-
convert
-
convert
-
convertToDate
-
convertToCalendar
-
getDateFormat
-
convertToUUID
-
convertToOffsetDateTime
-
convertToInstant
-
hashCode
public int hashCode() -
equals
-
toString
-
withDateFormat
public static Converter withDateFormat(String dateFormat, OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService) -
withTypeMismatchBehaviour
public static Converter withTypeMismatchBehaviour(OnTypeMismatch onTypeMismatch, org.springframework.core.convert.ConversionService conversionService, Locale locale)
-