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, wait
byDescription, byDescription, byName, byPackage
public static ProxyClasses proxies()
public boolean matches(Class<?> type)
Classes
matches
in interface Classes
type
- a class specified via reflection or Object.getClass()
Copyright © 2020. All rights reserved.