Class ConnectionTypeConverter

java.lang.Object
io.quarkiverse.cxf.AbstractEnumConverter<org.apache.cxf.transports.http.configuration.ConnectionType>
io.quarkiverse.cxf.ConnectionTypeConverter
All Implemented Interfaces:
Serializable, org.eclipse.microprofile.config.spi.Converter<org.apache.cxf.transports.http.configuration.ConnectionType>

public class ConnectionTypeConverter extends AbstractEnumConverter<org.apache.cxf.transports.http.configuration.ConnectionType> implements org.eclipse.microprofile.config.spi.Converter<org.apache.cxf.transports.http.configuration.ConnectionType>
See Also:
  • Constructor Details

    • ConnectionTypeConverter

      public ConnectionTypeConverter()
  • Method Details

    • convert

      public org.apache.cxf.transports.http.configuration.ConnectionType convert(String value)
      Specified by:
      convert in interface org.eclipse.microprofile.config.spi.Converter<org.apache.cxf.transports.http.configuration.ConnectionType>
      Overrides:
      convert in class AbstractEnumConverter<org.apache.cxf.transports.http.configuration.ConnectionType>