Interface DataFormatCustomizer.Policy

  • All Superinterfaces:
    BiPredicate<String,​DataFormat>
    Enclosing interface:
    DataFormatCustomizer
    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 static interface DataFormatCustomizer.Policy
    extends BiPredicate<String,​DataFormat>
    Used as additional filer mechanism to control if customizers need to be applied or not. Each of this filter is applied before any of the discovered DataFormatCustomizer is invoked.

    This interface is useful to implement enable/disable logic on a group of customizers.