See: Description
| Interface | Description |
|---|---|
| ClassVisitorWrapper |
A class visitor wrapper is used in order to register an intermediate ASM
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryTypes, if any. |
| Class | Description |
|---|---|
| ClassVisitorWrapper.Compound |
An ordered, immutable chain of
ClassVisitorWrappers. |
| TypeConstantAdjustment.TypeConstantDissolvingClassVisitor |
A class visitor that checks a class file version for its support of storing class constants in the constant pool and remaps such constants
on discovery if that is not the case.
|
| TypeConstantAdjustment.TypeConstantDissolvingClassVisitor.TypeConstantDissolvingMethodVisitor |
A method visitor that remaps class constants to invocations of
Class.forName(String). |
| Enum | Description |
|---|---|
| ClassVisitorWrapper.NoOp |
A class visitor wrapper that does not apply any changes.
|
| TypeConstantAdjustment |
This class visitor wrapper ensures that class files of a version previous to Java 5 do not store class entries in the generated class's constant pool.
|
Copyright © 2014–2015. All rights reserved.