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