public interface ClassVisitorWrapper
ClassVisitor which
is applied to the main type created by a DynamicType.Builder but not
to any AuxiliaryTypes, if any.| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassVisitorWrapper.Chain
An ordered, immutable chain of
ClassVisitorWrappers. |
| Modifier and Type | Method and Description |
|---|---|
ClassVisitor |
wrap(ClassVisitor classVisitor)
Applies a
ClassVisitorWrapper to the creation of a DynamicType. |
ClassVisitor wrap(ClassVisitor classVisitor)
ClassVisitorWrapper to the creation of a DynamicType.classVisitor - A ClassVisitor to become the new primary class visitor to which the created
DynamicType is written to.ClassVisitor that usually delegates to the ClassVisitor delivered in the argument.Copyright © 2014–2015. All rights reserved.