Class TenantStatusToStringConverter

  • All Implemented Interfaces:
    org.springframework.core.convert.converter.Converter<TenantStatus,​String>

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

      • TenantStatusToStringConverter

        public TenantStatusToStringConverter()
        Constructs a new TenantStatusToStringConverter.