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.

@FunctionalInterface 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
Author:
EddĂș MelĂ©ndez
  • 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