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. annotationsMethods in io.protostuff.parser that return Annotation Modifier and Type Method Description AnnotationAnnotationContainer. getAnnotation(java.lang.String name)AnnotationHasAnnotations. 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 voidAnnotationContainer. add(Annotation annotation)voidHasAnnotations. add(Annotation annotation)Adds the annoation.voidProto. add(Annotation annotation)ProtoParser.annotation_keyval_returnProtoParser. annotation_keyval(Proto proto, Annotation annotation)Method parameters in io.protostuff.parser with type arguments of type Annotation Modifier and Type Method Description booleanAnnotationContainer. addAnnotations(java.util.Map<java.lang.String,Annotation> source, boolean clearSource)booleanHasAnnotations. addAnnotations(java.util.Map<java.lang.String,Annotation> source, boolean clearSource)Adds all the annotations to this container.
-