Package | Description |
---|---|
javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.microprofile.client | |
org.jboss.resteasy.spi |
Modifier and Type | Method and Description |
---|---|
static RuntimeType |
RuntimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeType[] |
RuntimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RuntimeType |
Configuration.getRuntimeType()
Get the runtime type of this configuration context.
|
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ClientConfiguration.getRuntimeType() |
RuntimeType |
LocalResteasyProviderFactory.getRuntimeType() |
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ThreadLocalResteasyProviderFactory.getRuntimeType() |
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ConfigurationWrapper.getRuntimeType() |
Modifier and Type | Method and Description |
---|---|
RuntimeType |
ResteasyProviderFactory.getRuntimeType() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.