Class StringToTenantStatusConverter

java.lang.Object
africa.absa.inception.security.StringToTenantStatusConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,TenantStatus>

@Component @ReadingConverter public class StringToTenantStatusConverter extends Object implements org.springframework.core.convert.converter.Converter<String,TenantStatus>
The StringToTenantStatusConverter class implements the Spring converter that converts a String type into a TenantStatus type.
Author:
Marcus Portmann
  • Constructor Details

    • StringToTenantStatusConverter

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