public class AnnotationWrapper extends Object
| Constructor and Description |
|---|
AnnotationWrapper(MapperGeneratorContext context,
AnnotationMirror annotationMirror,
Element annotatedElement) |
| Modifier and Type | Method and Description |
|---|---|
Element |
asElement() |
static AnnotationWrapper |
buildFor(MapperGeneratorContext context,
Element method,
Class<?> annot) |
Element |
getAnnotatedElement() |
<T> T |
getAs(String parameter) |
List<AnnotationWrapper> |
getAsAnnotationWrapper(String parameterName) |
boolean |
getAsBoolean(String ignoreMissingProperties) |
String |
getAsString(String parameter) |
List<String> |
getAsStrings(String parameterName) |
TypeMirror |
getAsTypeMirror(String parameter) |
String |
toString() |
public AnnotationWrapper(MapperGeneratorContext context, AnnotationMirror annotationMirror, Element annotatedElement)
public static AnnotationWrapper buildFor(MapperGeneratorContext context, Element method, Class<?> annot)
public List<AnnotationWrapper> getAsAnnotationWrapper(String parameterName)
public boolean getAsBoolean(String ignoreMissingProperties)
public TypeMirror getAsTypeMirror(String parameter)
public <T> T getAs(String parameter)
public Element asElement()
public Element getAnnotatedElement()
Copyright © 2017. All Rights Reserved.