public static class Annotations.AnnotationParser
extends java.lang.Object
Annotation
s, and various related types.Modifier and Type | Method and Description |
---|---|
Parser<java.lang.annotation.Annotation> |
getAnnotation()
A parser for a Java language annotation.
|
Parser<java.util.List<java.lang.annotation.Annotation>> |
getAnnotationList()
A parser for a whitespace delimited list of Java language annotations.
|
Parser<AnnotationProperty> |
getProperty()
A parser for a property of an annotation, as a key, value pair.
|
Parser<java.util.Map<java.lang.String,java.lang.Object>> |
getPropertyMap()
A parser for the properties of an annotation.
|
Parser<java.lang.Object> |
getPropertyValue()
A parser for the value of a property of an annotation
|
public Parser<java.util.Map<java.lang.String,java.lang.Object>> getPropertyMap()
public Parser<AnnotationProperty> getProperty()
public Parser<java.lang.Object> getPropertyValue()
public Parser<java.lang.annotation.Annotation> getAnnotation()
Annotation
object parsed from a given stringpublic Parser<java.util.List<java.lang.annotation.Annotation>> getAnnotationList()
Annotation
objects parsed from a given string