Package africa.absa.inception.security
Class GroupMemberTypeToStringConverter
java.lang.Object
africa.absa.inception.security.GroupMemberTypeToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<GroupMemberType,String>
@Component
@WritingConverter
public class GroupMemberTypeToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<GroupMemberType,String>
The GroupMemberTypeToStringConverter class implements the Spring converter that converts a
GroupMemberType type into a String type.
- Author:
- Marcus Portmann
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new GroupMemberTypeToStringConverter. -
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
-
GroupMemberTypeToStringConverter
public GroupMemberTypeToStringConverter()Constructs a new GroupMemberTypeToStringConverter.
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<GroupMemberType,String>
-