Class 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 Detail

      • StringToTenantStatusConverter

        public StringToTenantStatusConverter()
        Constructs a new StringToTenantStatusConverter.