Constructor and Description |
---|
ClassesByName(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Class<?> type)
defines matching with runtime (reflection) classes.
|
boolean |
matches(String className)
defines matching with compile time class specifications.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
byDescription, byDescription, byName, byPackage
public ClassesByName(String name)
public boolean matches(Class<?> type)
Classes
matches
in interface Classes
type
- a class specified via reflection or Object.getClass()
Copyright © 2020. All rights reserved.