| Modifier and Type | Field and Description |
|---|---|
protected JAXRSServiceFactoryBean |
AbstractJAXRSFactoryBean.serviceFactory |
| Modifier and Type | Method and Description |
|---|---|
JAXRSServiceFactoryBean |
AbstractJAXRSFactoryBean.getServiceFactory()
Returns the service factory
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJAXRSFactoryBean.setServiceFactory(JAXRSServiceFactoryBean serviceFactory)
Sets the custom service factory which processes
the registered classes and providers
|
| Constructor and Description |
|---|
AbstractJAXRSFactoryBean(JAXRSServiceFactoryBean serviceFactory) |
JAXRSServerFactoryBean(JAXRSServiceFactoryBean sf) |
| Constructor and Description |
|---|
BPJAXRSServerFactoryBean(JAXRSServiceFactoryBean fact) |
| Constructor and Description |
|---|
JAXRSClientFactoryBean(JAXRSServiceFactoryBean serviceFactory) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationInfo |
DefaultApplicationFactory.createApplicationInfo(JAXRSServiceFactoryBean sfb,
Set<String> resourcePackages,
Bus bus) |
static ApplicationInfo |
DefaultApplicationFactory.createApplicationInfoOrDefault(Server server,
ServerProviderFactory factory,
JAXRSServiceFactoryBean sfb,
Bus bus,
boolean scan)
Detects the application (if present) or creates the default application (in case the scan is disabled).
|
static javax.ws.rs.core.Application |
DefaultApplicationFactory.createApplicationOrDefault(Server server,
ServerProviderFactory factory,
JAXRSServiceFactoryBean sfb,
Bus bus,
Set<String> resourcePackages,
boolean scan)
Detects the application (if present) or creates the default application (in case the scan is disabled).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OpenApiFeature.registerOpenApiResources(JAXRSServiceFactoryBean sfb,
org.eclipse.microprofile.openapi.models.OpenAPI openApiDefinition) |
protected void |
OpenApiFeature.Portable.registerOpenApiResources(JAXRSServiceFactoryBean sfb,
org.eclipse.microprofile.openapi.models.OpenAPI openApiDefinition) |
protected void |
OpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
protected void |
OpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenApiFeature.registerOpenApiResources(JAXRSServiceFactoryBean sfb,
Set<String> packages,
io.swagger.v3.oas.integration.api.OpenAPIConfiguration config) |
protected void |
OpenApiFeature.Portable.registerOpenApiResources(JAXRSServiceFactoryBean sfb,
Set<String> packages,
io.swagger.v3.oas.integration.api.OpenAPIConfiguration config) |
void |
OpenApiFeature.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
protected void |
OpenApiFeature.Portable.registerSwaggerUiResources(JAXRSServiceFactoryBean sfb,
Properties properties,
ServerProviderFactory factory,
Bus bus) |
Collection<String> |
OpenApiFeature.scanResourcePackages(JAXRSServiceFactoryBean sfb) |
| Constructor and Description |
|---|
SpringJAXRSServerFactoryBean(JAXRSServiceFactoryBean sf) |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroProfileServiceFactoryBean |
Apache CXF