org.codehaus.jackson.map.annotate
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface JsonFilter
ObjectMapper
(or objects
it delegates to) providing matching filters by id.
Filters to use are of type
BeanPropertyFilter
and
are registered through ObjectMapper
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Id of filter to use; if empty String (""), no filter is to be used.
|