Class EnumUuidConverters.RefToUuid

java.lang.Object
com.onec.spring.EnumUuidConverters.RefToUuid
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<Ref<?>,UUID>
Enclosing class:
EnumUuidConverters

@WritingConverter public static final class EnumUuidConverters.RefToUuid extends Object implements org.springframework.core.convert.converter.Converter<Ref<?>,UUID>
  • Constructor Details

    • RefToUuid

      public RefToUuid()
  • Method Details

    • convert

      @Nullable public UUID convert(Ref<?> source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<Ref<?>,UUID>