Interface ManagementContextResourceConfigCustomizer


public interface ManagementContextResourceConfigCustomizer
Callback interface that can be implemented by beans wishing to customize Jersey's ResourceConfig in the management context before it is used.
Since:
2.3.10
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 - the ResourceConfig to customize