com.googlecode.androidannotations.processing.rest
Class DeleteProcessor
java.lang.Object
com.googlecode.androidannotations.processing.rest.MethodProcessor
com.googlecode.androidannotations.processing.rest.DeleteProcessor
- All Implemented Interfaces:
- HasTarget, ElementProcessor
public class DeleteProcessor
- extends MethodProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteProcessor
public DeleteProcessor(javax.annotation.processing.ProcessingEnvironment processingEnv,
RestImplementationsHolder restImplementationHolder)
getTarget
public java.lang.Class<? extends java.lang.annotation.Annotation> getTarget()
- Specified by:
getTarget
in interface HasTarget
- Specified by:
getTarget
in class MethodProcessor
process
public void process(javax.lang.model.element.Element element,
com.sun.codemodel.JCodeModel codeModel,
EBeansHolder activitiesHolder)
throws java.lang.Exception
- Specified by:
process
in interface ElementProcessor
- Specified by:
process
in class MethodProcessor
- Throws:
java.lang.Exception
addHttpEntityVar
protected com.sun.codemodel.JInvocation addHttpEntityVar(com.sun.codemodel.JInvocation restCall,
MethodProcessorHolder methodHolder)
- Specified by:
addHttpEntityVar
in class MethodProcessor
addResponseEntityArg
protected com.sun.codemodel.JInvocation addResponseEntityArg(com.sun.codemodel.JInvocation restCall,
MethodProcessorHolder methodHolder)
- Specified by:
addResponseEntityArg
in class MethodProcessor
addResultCallMethod
protected com.sun.codemodel.JInvocation addResultCallMethod(com.sun.codemodel.JInvocation restCall,
MethodProcessorHolder methodHolder)
- Specified by:
addResultCallMethod
in class MethodProcessor
addHttpHeadersVar
protected com.sun.codemodel.JVar addHttpHeadersVar(com.sun.codemodel.JBlock body,
javax.lang.model.element.ExecutableElement executableElement)
- Specified by:
addHttpHeadersVar
in class MethodProcessor
Copyright © 2010-2012. All Rights Reserved.