Class EnumUuidConverters.StringToPolyRef

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

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

    • StringToPolyRef

      public StringToPolyRef()
  • Method Details

    • convert

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