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.ChainAn ordered, immutable chain of  ClassVisitorWrappers. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.objectweb.asm.ClassVisitor | wrap(org.objectweb.asm.ClassVisitor classVisitor)Applies a  ClassVisitorWrapperto the creation of aDynamicType. | 
org.objectweb.asm.ClassVisitor wrap(org.objectweb.asm.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.