public class JSR339MethodGenerator extends AbstractMethodGenerator
| Constructor and Description |
|---|
JSR339MethodGenerator(CGContext context,
org.coodex.concrete.jaxrs.struct.Unit unit) |
| Modifier and Type | Method and Description |
|---|---|
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 in class AbstractMethodGeneratorprotected javassist.bytecode.SignatureAttribute.Type[] getSignatureTypes(Class pojoClass)
getSignatureTypes in class AbstractMethodGeneratorprotected String getMethodBody(Class pojoClass)
getMethodBody in class AbstractMethodGeneratorprotected javassist.bytecode.SignatureAttribute.Type getReturnSignatureType()
getReturnSignatureType in class AbstractMethodGeneratorprotected javassist.CtClass getReturnType()
getReturnType in class AbstractMethodGeneratorprotected javassist.bytecode.AttributeInfo getParameterAnnotationsAttribute()
getParameterAnnotationsAttribute in class AbstractMethodGeneratorprotected String[] getContentType()
getContentType in class AbstractMethodGeneratorCopyright © 2018. All rights reserved.