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,
Type inspectType,
Visitor firstVisitor,
Visitor... moreVisitors)
Inspect all members in the given type.
|
public static boolean isResolved(Type type)
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.