| Interface | Description |
|---|---|
| ResteasyConfigCustomizer |
Callback interface that can be implemented by beans wishing to customize
ResteasyConfig before it is used. |
| Class | Description |
|---|---|
| ResteasyAuthAutoConfiguration |
Resteasy authentication and authorization auto configuration based on
Realm. |
| ResteasyAutoConfiguration |
Spring boot auto configuration to setup Resteasy using a
ResteasyConfig JAX-RS Application bean and
automatically register any JAX-RS resource which is declared as a Spring bean, such as Path and
Provider annotated beans. |
| ResteasyConfig |
Resteasy JAX-RS
Application configuration. |
| ResteasyConfigAutoConfiguration |
Auto configuration class to provide a default
ResteasyConfig bean instance when no other is declared as a
Spring bean. |
| ResteasyConfigurationProperties |
Resteasy Spring Boot configuration properties.
|
| ResteasyConfigurationProperties.Filter | |
| ResteasyConfigurationProperties.Servlet |
| Enum | Description |
|---|---|
| ResteasyConfigurationProperties.Type |
Copyright © 2019 The Holon Platform. All rights reserved.