public class JSR339MethodGenerator extends AbstractMethodGenerator
| 构造器和说明 |
|---|
JSR339MethodGenerator(CGContext context,
org.coodex.concrete.jaxrs.struct.Unit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String[] |
getContentType() |
protected String |
getMethodBody(Class pojoClass) |
protected javassist.bytecode.AttributeInfo |
getParameterAnnotationsAttribute() |
protected javassist.CtClass[] |
getParameterTypes(Class pojoClass) |
protected javassist.bytecode.SignatureAttribute.Type |
getReturnSignatureType() |
protected javassist.CtClass |
getReturnType() |
protected javassist.bytecode.SignatureAttribute.Type[] |
getSignatureTypes(Class pojoClass) |
actualParamCount, getContext, getParameterAnnotationsAttributeForDemo, getParameterAnnotationsAttributeWith, getParameterTypesWith, getParamListSrc, getPathParam, getSignatureTypesWith, getUnitpublic JSR339MethodGenerator(CGContext context, org.coodex.concrete.jaxrs.struct.Unit unit)
protected javassist.CtClass[] getParameterTypes(Class pojoClass)
getParameterTypes 在类中 AbstractMethodGeneratorprotected javassist.bytecode.SignatureAttribute.Type[] getSignatureTypes(Class pojoClass)
getSignatureTypes 在类中 AbstractMethodGeneratorprotected String getMethodBody(Class pojoClass)
getMethodBody 在类中 AbstractMethodGeneratorprotected javassist.bytecode.SignatureAttribute.Type getReturnSignatureType()
protected javassist.CtClass getReturnType()
getReturnType 在类中 AbstractMethodGeneratorprotected javassist.bytecode.AttributeInfo getParameterAnnotationsAttribute()
protected String[] getContentType()
getContentType 在类中 AbstractMethodGeneratorCopyright © 2018. All rights reserved.