public static class ResolverUtil.IsA extends ResolverUtil.ClassTest
| Constructor and Description | 
|---|
ResolverUtil.IsA(Class parentType)
Constructs an IsA test using the supplied Class as the parent class/interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matches(Class type)
Will be called repeatedly with candidate classes. 
 | 
String | 
toString()  | 
doesMatchClass, doesMatchResource, matchespublic ResolverUtil.IsA(Class parentType)
parentType - the parent type classpublic boolean matches(Class type)
ResolverUtil.Testtype - class typeCopyright © 2000–2020 Apache Software Foundation. All rights reserved.