Package africa.absa.inception.security
Class PasswordResetStatusToStringConverter
java.lang.Object
africa.absa.inception.security.PasswordResetStatusToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<PasswordResetStatus,String>
@Component
@WritingConverter
public class PasswordResetStatusToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<PasswordResetStatus,String>
The PasswordResetStatusToStringConverter class implements the Spring converter that
converts a PasswordResetStatus type into a String type.
- Author:
- Marcus Portmann
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new PasswordResetStatusToStringConverter. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
PasswordResetStatusToStringConverter
public PasswordResetStatusToStringConverter()Constructs a new PasswordResetStatusToStringConverter.
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<PasswordResetStatus,String>
-