public static interface ResolverUtil.Test
Modifier and Type | Method and Description |
---|---|
boolean |
doesMatchClass() |
boolean |
doesMatchResource() |
boolean |
matches(java.lang.Class<?> type)
Will be called repeatedly with candidate classes.
|
boolean |
matches(java.net.URI resource)
Test for a resource.
|
boolean matches(java.lang.Class<?> type)
type
- The Class to match against.boolean matches(java.net.URI resource)
resource
- The URI to the resource.boolean doesMatchClass()
boolean doesMatchResource()