public static class ResolverUtil.IsA extends ResolverUtil.ClassTest
| Constructor and Description | 
|---|
| 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 IsA(Class parentType)
parentType - the parent type classpublic boolean matches(Class type)
ResolverUtil.Testtype - class typeCopyright © 2000–2025 Apache Software Foundation. All rights reserved.