Interface ResourceConfigCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be implemented by beans wishing to customize Jersey's
ResourceConfig
before it is used.- Since:
- 1.4.0
- Author:
- EddĂș MelĂ©ndez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.glassfish.jersey.server.ResourceConfig config) Customize the resource config.
-
Method Details
-
customize
void customize(org.glassfish.jersey.server.ResourceConfig config) Customize the resource config.- Parameters:
config
- theResourceConfig
to customize
-