Class ResteasySeConfiguration
java.lang.Object
org.jboss.resteasy.core.se.ResteasySeConfiguration
- All Implemented Interfaces:
jakarta.ws.rs.SeBootstrap.Configuration
public class ResteasySeConfiguration
extends Object
implements jakarta.ws.rs.SeBootstrap.Configuration
An implementation of the
SeBootstrap.Configuration
.- Since:
- 6.1
- Author:
- James R. Perkins
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.ws.rs.SeBootstrap.Configuration
jakarta.ws.rs.SeBootstrap.Configuration.SSLClientAuthentication
-
Field Summary
Fields inherited from interface jakarta.ws.rs.SeBootstrap.Configuration
DEFAULT_PORT, FREE_PORT, HOST, PORT, PROTOCOL, ROOT_PATH, SSL_CLIENT_AUTHENTICATION, SSL_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.ws.rs.SeBootstrap.Configuration.Builder
builder()
Creates a new configuration builder.static jakarta.ws.rs.SeBootstrap.Configuration
from
(jakarta.ws.rs.SeBootstrap.Configuration configuration) Creates a new configuration which delegates to the configuration passed in.boolean
hasProperty
(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.ws.rs.SeBootstrap.Configuration
baseUri, baseUriBuilder, host, port, protocol, rootPath, sslClientAuthentication, sslContext
-
Method Details
-
builder
public static jakarta.ws.rs.SeBootstrap.Configuration.Builder builder()Creates a new configuration builder.- Returns:
- the new builder
-
from
public static jakarta.ws.rs.SeBootstrap.Configuration from(jakarta.ws.rs.SeBootstrap.Configuration configuration) Creates a new configuration which delegates to the configuration passed in. If the configuration does not contain certain properties required by this implementation, default values are returned.- Parameters:
configuration
- the delegate configuration- Returns:
- a new configuration
-
property
-
hasProperty
- Specified by:
hasProperty
in interfacejakarta.ws.rs.SeBootstrap.Configuration
-