| Constructor and Description |
|---|
ClassDescription(String className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Class<?> clazz)
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 ClassDescription(String className)
public boolean matches(Class<?> clazz)
Classesmatches in interface Classesclazz - a class specified via reflection or Object.getClass()Copyright © 2020. All rights reserved.