| Package | Description |
|---|---|
| com.holonplatform.jaxrs.spring.boot.resteasy |
| Modifier and Type | Method and Description |
|---|---|
ResteasyConfig |
ResteasyConfig.property(String name,
Object value)
Set the new configuration property, if already set, the existing value of the property will be updated.
|
ResteasyConfig |
ResteasyConfig.register(Class<?> componentClass)
Register a class of a JAX-RS component (such as
Path resource or a Provider). |
ResteasyConfig |
ResteasyConfig.register(Object component)
Register a class of a JAX-RS component (such as
Path resource or a Provider). |
| Modifier and Type | Method and Description |
|---|---|
void |
ResteasyConfigCustomizer.customize(ResteasyConfig config)
Customize the Resteasy config.
|
| Constructor and Description |
|---|
ResteasyAutoConfiguration(ResteasyConfigurationProperties resteasy,
ResteasyConfig config,
org.springframework.beans.factory.ObjectProvider<List<ResteasyConfigCustomizer>> customizers) |
Copyright © 2019 The Holon Platform. All rights reserved.