MCPcopy
hub / github.com/thinkgem/jeesite5 / Test

Interface Test

common/src/main/java/com/jeesite/common/reflect/ClassUtils.java:39–45  ·  view source on GitHub ↗

A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.

Source from the content-addressed store, hash-verified

37 * are to be included in the results produced by the ResolverUtil.
38 */
39 public static interface Test {
40 /**
41 * Will be called repeatedly with candidate classes. Must return True if a class
42 * is to be included in the results, false otherwise.
43 */
44 boolean matches(Class<?> type);
45 }
46
47 /**
48 * 查询实现类,继承与parentType,并不是当前类,不是抽象类。

Callers 8

validCallbackNameMethod · 0.65
select2.jsFile · 0.65
jquery-3.7.1.jsFile · 0.65
mainMethod · 0.65
countMethod · 0.65
validateIdCard10Method · 0.65
isNumMethod · 0.65

Implementers 2

IsAcommon/src/main/java/com/jeesite/commo
AnnotatedWithcommon/src/main/java/com/jeesite/commo

Calls

no outgoing calls

Tested by

no test coverage detected