程序包 com.sh.json.util
类 PropertyExclusionClassMatcher
java.lang.Object
com.sh.json.util.PropertyExclusionClassMatcher
Base class for finding a matching property exlucsion.
- DEFAULT - matches the target class with equals().
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
DEFAULT
Matches the target with equals()
-
-
构造器详细资料
-
PropertyExclusionClassMatcher
public PropertyExclusionClassMatcher()
-
-
方法详细资料
-
getMatch
Returns the matching class calculated with the target class and the provided set.- 参数:
target- the target class to matchset- a set of possible matches
-