Uses of Class
io.protostuff.parser.Annotation
-
Packages that use Annotation Package Description io.protostuff.parser -
-
Uses of Annotation in io.protostuff.parser
Fields in io.protostuff.parser with type parameters of type Annotation Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,Annotation>
AnnotationContainer. annotations
Methods in io.protostuff.parser that return Annotation Modifier and Type Method Description Annotation
AnnotationContainer. getAnnotation(java.lang.String name)
Annotation
HasAnnotations. getAnnotation(java.lang.String name)
Gets the annotation by key/name.Methods in io.protostuff.parser that return types with arguments of type Annotation Modifier and Type Method Description java.util.Map<java.lang.String,Annotation>
AnnotationContainer. getA()
Short-hand forAnnotationContainer.getAnnotationMap()
.java.util.Map<java.lang.String,Annotation>
AnnotationContainer. getAnnotationMap()
java.util.Map<java.lang.String,Annotation>
HasAnnotations. getAnnotationMap()
Gets the annotation map.java.util.Collection<Annotation>
AnnotationContainer. getAnnotations()
java.util.Collection<Annotation>
HasAnnotations. getAnnotations()
Gets the annotations.Methods in io.protostuff.parser with parameters of type Annotation Modifier and Type Method Description void
AnnotationContainer. add(Annotation annotation)
void
HasAnnotations. add(Annotation annotation)
Adds the annoation.void
Proto. add(Annotation annotation)
ProtoParser.annotation_keyval_return
ProtoParser. annotation_keyval(Proto proto, Annotation annotation)
Method parameters in io.protostuff.parser with type arguments of type Annotation Modifier and Type Method Description boolean
AnnotationContainer. addAnnotations(java.util.Map<java.lang.String,Annotation> source, boolean clearSource)
boolean
HasAnnotations. addAnnotations(java.util.Map<java.lang.String,Annotation> source, boolean clearSource)
Adds all the annotations to this container.
-