Package io.quarkiverse.cxf
Class ConnectionTypeConverter
- java.lang.Object
-
- 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 Object implements org.eclipse.microprofile.config.spi.Converter<org.apache.cxf.transports.http.configuration.ConnectionType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionTypeConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.transports.http.configuration.ConnectionTypeconvert(String value)
-
-
-
Method Detail
-
convert
public org.apache.cxf.transports.http.configuration.ConnectionType convert(String value)
- Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<org.apache.cxf.transports.http.configuration.ConnectionType>
-
-