Package org.apache.cxf.jaxrs.bootstrap
Class ConfigurationBuilderImpl
java.lang.Object
org.apache.cxf.jaxrs.bootstrap.ConfigurationBuilderImpl
- All Implemented Interfaces:
jakarta.ws.rs.SeBootstrap.Configuration.Builder
public class ConfigurationBuilderImpl
extends Object
implements jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
host, port, protocol, rootPath, sslClientAuthentication, sslContext
-
Constructor Details
-
ConfigurationBuilderImpl
public ConfigurationBuilderImpl()
-
-
Method Details
-
build
public jakarta.ws.rs.SeBootstrap.Configuration build()- Specified by:
buildin interfacejakarta.ws.rs.SeBootstrap.Configuration.Builder
-
property
- Specified by:
propertyin interfacejakarta.ws.rs.SeBootstrap.Configuration.Builder
-
from
public <T> jakarta.ws.rs.SeBootstrap.Configuration.Builder from(BiFunction<String, Class<T>, Optional<T>> propertiesProvider) - Specified by:
fromin interfacejakarta.ws.rs.SeBootstrap.Configuration.Builder
-
from
- Specified by:
fromin interfacejakarta.ws.rs.SeBootstrap.Configuration.Builder
-