Package org.apache.cxf.common.util
Class ASMHelperImpl
- java.lang.Object
- 
- org.apache.cxf.common.util.ASMHelperImpl
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.cxf.common.util.ASMHelperASMHelper.AnnotationVisitor, ASMHelper.ASMType, ASMHelper.ClassWriter, ASMHelper.FieldVisitor, ASMHelper.Label, ASMHelper.MethodVisitor
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected booleanbadASMprotected static Map<Class<?>,String>NONPRIMITIVE_MAPprotected static Map<Class<?>,String>PRIMITIVE_MAPprotected static Map<Class<?>,Integer>PRIMITIVE_ZERO_MAP
 - 
Constructor SummaryConstructors Constructor Description ASMHelperImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ASMHelper.ClassWritercreateClassWriter()ASMHelper.LabelcreateLabel()Class<?>getASMClass()StringgetClassCode(Class<?> cl)StringgetClassCode(Type type)StringgetMethodSignature(Method m)StringgetNonPrimitive(Class<?> tp)OpcodesProxygetOpCodes()StringgetPrimitive(Class<?> tp)ASMHelper.ASMTypegetType(String type)voidsetBadASM(boolean b)
 
- 
- 
- 
Method Detail- 
getASMClasspublic Class<?> getASMClass() throws ClassNotFoundException - Specified by:
- getASMClassin interface- ASMHelper
- Throws:
- ClassNotFoundException
 
 - 
getOpCodespublic OpcodesProxy getOpCodes() - Specified by:
- getOpCodesin interface- ASMHelper
 
 - 
setBadASMpublic void setBadASM(boolean b) 
 - 
getMethodSignaturepublic String getMethodSignature(Method m) - Specified by:
- getMethodSignaturein interface- ASMHelper
 
 - 
getNonPrimitivepublic String getNonPrimitive(Class<?> tp) - Specified by:
- getNonPrimitivein interface- ASMHelper
 
 - 
getPrimitivepublic String getPrimitive(Class<?> tp) - Specified by:
- getPrimitivein interface- ASMHelper
 
 - 
getClassCodepublic String getClassCode(Class<?> cl) - Specified by:
- getClassCodein interface- ASMHelper
 
 - 
getClassCodepublic String getClassCode(Type type) - Specified by:
- getClassCodein interface- ASMHelper
 
 - 
createClassWriterpublic ASMHelper.ClassWriter createClassWriter() - Specified by:
- createClassWriterin interface- ASMHelper
 
 - 
getTypepublic ASMHelper.ASMType getType(String type) 
 - 
createLabelpublic ASMHelper.Label createLabel() - Specified by:
- createLabelin interface- ASMHelper
 
 
- 
 
-