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, matches
public IsA(Class parentType)
parentType
- the parent type classpublic boolean matches(Class type)
ResolverUtil.Test
type
- class typeCopyright © 2000–2020 Apache Software Foundation. All rights reserved.