Uses of Interface
io.dropwizard.logging.common.filter.FilterFactory
-
Packages that use FilterFactory Package Description io.dropwizard.logging.common io.dropwizard.request.logging.filter -
-
Uses of FilterFactory in io.dropwizard.logging.common
Methods in io.dropwizard.logging.common that return types with arguments of type FilterFactory Modifier and Type Method Description List<FilterFactory<E>>AbstractAppenderFactory. getFilterFactories()Method parameters in io.dropwizard.logging.common 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
-