net.vidageek.mirror.matcher
Class SetterMatcher
java.lang.Object
net.vidageek.mirror.matcher.SetterMatcher
- All Implemented Interfaces:
- Matcher<Method>
public final class SetterMatcher
- extends Object
- implements Matcher<Method>
|
Method Summary |
boolean |
accepts(Method element)
This method determines if the element must be allowed to be on the list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetterMatcher
public SetterMatcher()
accepts
public boolean accepts(Method element)
- Description copied from interface:
Matcher
- This method determines if the element must be allowed to be on the list.
- Specified by:
accepts in interface Matcher<Method>
- Returns:
- true if the element is allowed. false otherwise.
Copyright © 2011 VidaGeek.net. All Rights Reserved.