Package | Description |
---|---|
oracle.javatools.util |
Provides general utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeCollector
The
TypeCollector class is intended to be used in conjunction
with a to collect all of the
superclass(es) and interface(s) (if any) of a given type into one list. |
Modifier and Type | Method and Description |
---|---|
static <P> P |
ProxyFactory.newSoftProxy(java.lang.Class<P> type,
P delegate,
Operator runWhenNull)
Create a new
of the given type. |
static <P> P |
ProxyFactory.newWeakProxy(java.lang.Class<P> type,
P delegate,
Operator runWhenNull)
Create a new
of the given type. |
Constructor and Description |
---|
ClassHierarchyVisitor(Operator<java.lang.Class<?>[],?> operator,
ClassHierarchyVisitor.VisitOrder visitOrder)
Creates a new
ClassHierarchyVisitor with the given
Operator . |