Package org.apache.cxf.common.util
Interface ASMHelper
- All Known Implementing Classes:
- ASMHelperImpl
public interface ASMHelper
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface
- 
Method SummaryModifier and TypeMethodDescriptionClass<?>getClassCode(Class<?> cl) getClassCode(Type type) getNonPrimitive(Class<?> tp) getPrimitive(Class<?> tp) 
- 
Method Details- 
getClassCode
- 
getClassCode
- 
createClassWriterASMHelper.ClassWriter createClassWriter()
- 
getType
- 
createLabelASMHelper.Label createLabel()
- 
getOpCodesOpcodesProxy getOpCodes()
- 
getASMClass- Throws:
- ClassNotFoundException
 
- 
getMethodSignature
- 
getNonPrimitive
- 
getPrimitive
 
-