Package io.quarkus.vertx.http.runtime
Class TrustedProxyCheckPartConverter
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.TrustedProxyCheckPartConverter
-
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<TrustedProxyCheck.TrustedProxyCheckPart>
@Priority(200) public final class TrustedProxyCheckPartConverter extends Object implements org.eclipse.microprofile.config.spi.Converter<TrustedProxyCheck.TrustedProxyCheckPart>
Converts proxy address intoTrustedProxyCheck.TrustedProxyCheckPart.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustedProxyCheckPartConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedProxyCheck.TrustedProxyCheckPartconvert(String proxyAddress)
-
-
-
Method Detail
-
convert
public TrustedProxyCheck.TrustedProxyCheckPart convert(String proxyAddress)
- Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<TrustedProxyCheck.TrustedProxyCheckPart>
-
-