Interface OpaConfigProvider<C extends io.dropwizard.Configuration>

  • Type Parameters:
    C - the type of the specific Configuration used in the application
    All Superinterfaces:
    java.util.function.Function<C,​OpaConfig>

    public interface OpaConfigProvider<C extends io.dropwizard.Configuration>
    extends java.util.function.Function<C,​OpaConfig>
    Provides the OpaConfig for the OpaBundle
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose