Package io.quarkus.restclient.config
Class QueryParamStyleConverter
java.lang.Object
io.quarkus.restclient.config.QueryParamStyleConverter
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.Converter<org.eclipse.microprofile.rest.client.ext.QueryParamStyle>
public class QueryParamStyleConverter
extends Object
implements org.eclipse.microprofile.config.spi.Converter<org.eclipse.microprofile.rest.client.ext.QueryParamStyle>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryParamStyleConverter
public QueryParamStyleConverter()
-
-
Method Details
-
convert
public org.eclipse.microprofile.rest.client.ext.QueryParamStyle convert(String value) throws IllegalArgumentException, NullPointerException - Specified by:
convertin interfaceorg.eclipse.microprofile.config.spi.Converter<org.eclipse.microprofile.rest.client.ext.QueryParamStyle>- Throws:
IllegalArgumentExceptionNullPointerException
-