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:
4.0.0
Author:
EddĂș MelĂ©ndez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Customize the resource config.
  • Method Details