Interface ResourceConfigCustomizer
public interface ResourceConfigCustomizer
Callback interface that can be implemented by beans wishing to customize Jersey'sResourceConfigbefore it is used.- Since:
- 1.4.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(org.glassfish.jersey.server.ResourceConfig config)Customize the resource config.
Method Detail
customize
void customize(org.glassfish.jersey.server.ResourceConfig config)
Customize the resource config.- Parameters:
config- theResourceConfigto customize