public class Entry extends Object
| Modifier and Type | Method and Description |
|---|---|
static Entry |
entry(Entry entry,
List<? extends AnnotationMirror> additional) |
boolean |
equals(Object o) |
Set<AnnotationMirror> |
getEntryIdentifierAnnotations() |
Set<AnnotationMirror> |
getSymbolPartAnnotations() |
TypeMirror |
getTypeMirror() |
String |
getTypeName() |
int |
hashCode() |
static Entry |
methodEntry(ExecutableElement method) |
static Entry |
parameterEntry(VariableElement parameter) |
String |
toString() |
static Entry |
typeEntry(TypeMirror typeMirror) |
public static Entry typeEntry(TypeMirror typeMirror)
public static Entry methodEntry(ExecutableElement method)
public static Entry parameterEntry(VariableElement parameter)
public static Entry entry(Entry entry, List<? extends AnnotationMirror> additional)
public TypeMirror getTypeMirror()
public String getTypeName()
public Set<AnnotationMirror> getEntryIdentifierAnnotations()
public Set<AnnotationMirror> getSymbolPartAnnotations()
Copyright © 2020. All rights reserved.