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 Details

    • PasswordResetStatusToStringConverter

      public PasswordResetStatusToStringConverter()
      Constructs a new PasswordResetStatusToStringConverter.
  • Method Details