Class EnumUuidConverters.PolyRefToString

java.lang.Object
su.onno.spring.EnumUuidConverters.PolyRefToString
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<PolyRef,String>
Enclosing class:
EnumUuidConverters

@WritingConverter public static final class EnumUuidConverters.PolyRefToString extends Object implements org.springframework.core.convert.converter.Converter<PolyRef,String>
  • Constructor Details

    • PolyRefToString

      public PolyRefToString()
  • Method Details

    • convert

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