Interface MaskingJsonGeneratorDecorator.PathMaskSupplier

All Superinterfaces:
Supplier<MaskingJsonGeneratorDecorator.PathMask>
Enclosing class:
MaskingJsonGeneratorDecorator

public static interface MaskingJsonGeneratorDecorator.PathMaskSupplier extends Supplier<MaskingJsonGeneratorDecorator.PathMask>
Supplies a MaskingJsonGeneratorDecorator.PathMask dynamically at runtime.

Use this if the list of paths to mask should be determined from somewhere other than the logback configuration. E.g. by dynamically loading them from classes on the classpath.

  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get