| 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, waitbyDescription, byDescription, byName, byPackagepublic ClassesByName(String name)
public boolean matches(Class<?> type)
Classesmatches in interface Classestype - a class specified via reflection or Object.getClass()Copyright © 2020. All rights reserved.