public class NonTransientFieldsFilter extends Object implements FieldFilter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Field field)
Indicates whether the given
field should be accepted for processing, or skipped/ignored. |
static NonTransientFieldsFilter |
instance()
Returns the (singleton) instance of the AllFieldsFilter
|
public boolean accept(Field field)
FieldFilter
field
should be accepted for processing, or skipped/ignored.accept
in interface FieldFilter
field
- The field to evaluatetrue
when the field should be processed, otherwise false
public static NonTransientFieldsFilter instance()
Copyright © 2010–2023. All rights reserved.