@Target(value={ANNOTATION_TYPE,TYPE,METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonFilter
ObjectMapper (or objects
it delegates to) providing matching filters by id.
Filters to use are usually of type
PropertyFilter and
are registered through ObjectMapper
Since 2.3, this annotation can also be used on properties (fields, methods, constructor parameters).
public abstract String value
Copyright © 2008–2026 FasterXML. All rights reserved.