bb.util
Class ObjectState.RejectStaticFields
java.lang.Object
bb.util.ObjectState.FieldFilterAbstract
bb.util.ObjectState.RejectStaticFields
- All Implemented Interfaces:
- ObjectState.Filter
- Enclosing class:
- ObjectState
public static class ObjectState.RejectStaticFields
- extends ObjectState.FieldFilterAbstract
Rejects a Field if it is static. Accepts everything else. This class is multithread safe: it is stateless.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectState.RejectStaticFields
public ObjectState.RejectStaticFields()
acceptField
public boolean acceptField(Field field,
Object object)
- Returns
!ReflectUtil.isStatic
(field)
.