| Constructor and Description |
|---|
ProxyClasses() |
| 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.
|
static ProxyClasses |
proxies() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbyDescription, byDescription, byName, byPackagepublic static ProxyClasses proxies()
public boolean matches(Class<?> type)
Classesmatches in interface Classestype - a class specified via reflection or Object.getClass()Copyright © 2020. All rights reserved.