Uses of Interface
io.dropwizard.logging.filter.FilterFactory
-
Packages that use FilterFactory Package Description io.dropwizard.logging io.dropwizard.request.logging.filter -
-
Uses of FilterFactory in io.dropwizard.logging
Methods in io.dropwizard.logging that return types with arguments of type FilterFactory Modifier and Type Method Description List<FilterFactory<E>>AbstractAppenderFactory. getFilterFactories()Method parameters in io.dropwizard.logging with type arguments of type FilterFactory Modifier and Type Method Description voidAbstractAppenderFactory. setFilterFactories(List<FilterFactory<E>> appenders) -
Uses of FilterFactory in io.dropwizard.request.logging.filter
Classes in io.dropwizard.request.logging.filter that implement FilterFactory Modifier and Type Class Description classUriFilterFactory
-