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 SummaryModifier and TypeMethodDescriptionvoidcustomize(org.glassfish.jersey.server.ResourceConfig config) Customize the resource config.
- 
Method Details- 
customizevoid customize(org.glassfish.jersey.server.ResourceConfig config) Customize the resource config.- Parameters:
- config- the- ResourceConfigto customize
 
 
-