public final class Reflections extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isResolved(Type type)
Checks if the given type is fully resolved.
|
static void |
visit(Object instance,
com.google.common.reflect.TypeToken<?> inspectType,
Visitor firstVisitor,
Visitor... moreVisitors)
Inspect all members in the given type.
|
public static boolean isResolved(Type type)
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.