| Package | Description |
|---|---|
| io.cdap.common.internal.lang |
This package contains internal classes for supporting the CDAP API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldVisitor
Visitor for visiting class field.
|
class |
MethodVisitor
Visitor for visiting class method.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Reflections.visit(Object instance,
com.google.common.reflect.TypeToken<?> inspectType,
Visitor firstVisitor,
Visitor... moreVisitors)
Inspect all members in the given type.
|
static void |
Reflections.visit(Object instance,
com.google.common.reflect.TypeToken<?> inspectType,
Visitor firstVisitor,
Visitor... moreVisitors)
Inspect all members in the given type.
|
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.