public class MNoFilter extends Object implements javax.rules.ObjectFilter
ObjectFilter
, allowing all objects.Modifier and Type | Field and Description |
---|---|
static MNoFilter |
INSTANCE
Global instance, if needed, as this object has no state.
|
Constructor and Description |
---|
MNoFilter()
Default constructor left public for potential reflection instantiations.
|
Modifier and Type | Method and Description |
---|---|
Object |
filter(Object o)
Returns parameter directly.
|
void |
reset()
Does nothing.
|
public static final MNoFilter INSTANCE