com.googlecode.androidannotations.helper
Class RestAnnotationHelper
java.lang.Object
com.googlecode.androidannotations.helper.AnnotationHelper
com.googlecode.androidannotations.helper.TargetAnnotationHelper
com.googlecode.androidannotations.helper.RestAnnotationHelper
- All Implemented Interfaces:
- HasTarget
public class RestAnnotationHelper
- extends TargetAnnotationHelper
Methods inherited from class com.googlecode.androidannotations.helper.AnnotationHelper |
actionName, defaultResIdValue, defaultResName, extractAnnotationClassArrayParameter, extractAnnotationClassParameter, extractAnnotationClassParameter, extractAnnotationFieldRefs, extractAnnotationParameter, extractAnnotationResIdValueParameter, extractAnnotationResNameParameter, extractAnnotationResources, extractElementName, findAnnotationMirror, getElementUtils, getTypeUtils, isAbstract, isAnnotation, isFinal, isInterface, isPrivate, isPublic, isSubtype, isSubtype, isSynchronized, isTopLevel, printAnnotationError, printAnnotationMessage, printAnnotationWarning, printError, typeElementFromQualifiedName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestAnnotationHelper
public RestAnnotationHelper(ProcessingEnvironment processingEnv,
Class<? extends Annotation> target)
urlVariableNamesExistInParameters
public void urlVariableNamesExistInParameters(ExecutableElement element,
List<String> variableNames,
IsValid valid)
urlVariableNamesExistInParametersAndHasNoOneMoreParameter
public void urlVariableNamesExistInParametersAndHasNoOneMoreParameter(ExecutableElement element,
IsValid valid)
urlVariableNamesExistInParametersAndHasOnlyOneMoreParameter
public void urlVariableNamesExistInParametersAndHasOnlyOneMoreParameter(ExecutableElement element,
IsValid valid)
extractUrlVariableNames
public List<String> extractUrlVariableNames(ExecutableElement element)
Copyright © 2010-2013. All Rights Reserved.