JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.fasterxml.classmate
Filter
Contents
Description
Method Summary
Method Details
include(T)
Hide sidebar
Show sidebar
Interface Filter<
T
>
public interface
Filter<T>
Interface that defines API for basic filtering objects, used to prune set of things to include in result sets like flattened member lists.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
include
(
T
element)
Method Details
include
boolean
include
(
T
element)