JavaScript is disabled on your browser.
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 Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
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 >