Interface ResourceConfigCustomizer


  • public interface ResourceConfigCustomizer
    Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig before it is used.
    Since:
    1.4.0
    • Method Detail

      • customize

        void customize​(org.glassfish.jersey.server.ResourceConfig config)
        Customize the resource config.
        Parameters:
        config - the ResourceConfig to customize