Interface NamedFilter
-
- All Known Subinterfaces:
BytesDocumentFilter
,Filter
,StringDocumentFilter
public interface NamedFilter
Gives a name to filters for clearer logging.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getFilterName()
Gets the filters name.
-
-
-
Method Detail
-
getFilterName
default String getFilterName()
Gets the filters name.By default this will return the simple class name of the current instance.
- Returns:
- the name of the filer used for logging.
-
-