Package com.onec.spring
Class EnumUuidConverters.EnumToUuid
java.lang.Object
com.onec.spring.EnumUuidConverters.EnumToUuid
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
- Enclosing class:
EnumUuidConverters
@WritingConverter
public static final class EnumUuidConverters.EnumToUuid
extends Object
implements org.springframework.core.convert.converter.GenericConverter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair -
Method Summary
-
Method Details
-
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
getConvertibleTypesin interfaceorg.springframework.core.convert.converter.GenericConverter
-
convert
@Nullable public Object convert(@Nullable Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.GenericConverter
-