Class String2OffsetDateTimeConverter
-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.context.EmbeddedValueResolverAware,org.springframework.core.convert.converter.GenericConverter,pro.fessional.wings.slardar.autozone.AutoZoneAware
public class String2OffsetDateTimeConverter extends DateTimeFormatSupport implements AutoZoneAware
ConversionService
- Since:
2021-03-22
trydofor
-
-
Constructor Summary
Constructors Constructor Description String2OffsetDateTimeConverter(List<DateTimeFormatter> formats, boolean auto)String2OffsetDateTimeConverter(List<DateTimeFormatter> formats, AutoZoneType autoZone)
-
Method Summary
Modifier and Type Method Description Set<GenericConverter.ConvertiblePair>getConvertibleTypes()Objectconvert(Object source, @NotNull() TypeDescriptor sourceType, @NotNull() TypeDescriptor targetType)-
Methods inherited from class pro.fessional.wings.slardar.autozone.AutoZoneAware
autoLocalRequest, autoLocalResponse, autoOffsetRequest, autoOffsetResponse, autoZonedRequest, autoZonedResponse -
Methods inherited from class org.springframework.context.support.EmbeddedValueResolutionSupport
setEmbeddedValueResolver -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
String2OffsetDateTimeConverter
String2OffsetDateTimeConverter(List<DateTimeFormatter> formats, boolean auto)
-
String2OffsetDateTimeConverter
String2OffsetDateTimeConverter(List<DateTimeFormatter> formats, AutoZoneType autoZone)
-
-
Method Detail
-
getConvertibleTypes
Set<GenericConverter.ConvertiblePair> getConvertibleTypes()
-
-
-
-