public class AnnotationTree extends Object
| Modifier and Type | Method and Description |
|---|---|
static AnnotationTree |
buildFrom(AptUtils aptUtils,
GlobalParsingContext parsingContext,
VariableElement varElm) |
static List<AnnotationTree> |
buildFromMethodForParam(AptUtils aptUtils,
ExecutableElement method) |
static AnnotationTree |
buildFromMethodForReturnType(AptUtils aptUtils,
ExecutableElement method) |
int |
depth() |
static Optional<String> |
findKeyspaceForFunctionRegistry(AptUtils aptUtils,
TypeElement functionRegistry) |
static Optional<com.squareup.javapoet.TypeName> |
findOptionalViewBaseClass(AptUtils aptUtils,
TypeElement elm) |
Map<Class<? extends Annotation>,info.archinnov.achilles.type.TypedMap> |
getAnnotations() |
TypeMirror |
getCurrentType() |
boolean |
hasNext() |
AnnotationTree |
next() |
public static AnnotationTree buildFromMethodForReturnType(AptUtils aptUtils, ExecutableElement method)
public static List<AnnotationTree> buildFromMethodForParam(AptUtils aptUtils, ExecutableElement method)
public static AnnotationTree buildFrom(AptUtils aptUtils, GlobalParsingContext parsingContext, VariableElement varElm)
public boolean hasNext()
public AnnotationTree next()
public Map<Class<? extends Annotation>,info.archinnov.achilles.type.TypedMap> getAnnotations()
public TypeMirror getCurrentType()
public int depth()
public static Optional<com.squareup.javapoet.TypeName> findOptionalViewBaseClass(AptUtils aptUtils, TypeElement elm)
public static Optional<String> findKeyspaceForFunctionRegistry(AptUtils aptUtils, TypeElement functionRegistry)
Copyright © 2012-2021. All Rights Reserved.