Uses of Class
io.protostuff.parser.Annotation
Packages that use Annotation
-
Uses of Annotation in io.protostuff.parser
Fields in io.protostuff.parser with type parameters of type AnnotationModifier and TypeFieldDescription(package private) final LinkedHashMap<String, Annotation> AnnotationContainer.annotationsMethods in io.protostuff.parser that return AnnotationModifier and TypeMethodDescriptionAnnotationContainer.getAnnotation(String name) HasAnnotations.getAnnotation(String name) Gets the annotation by key/name.Methods in io.protostuff.parser that return types with arguments of type AnnotationModifier and TypeMethodDescriptionfinal Map<String, Annotation> AnnotationContainer.getA()Short-hand forAnnotationContainer.getAnnotationMap().AnnotationContainer.getAnnotationMap()HasAnnotations.getAnnotationMap()Gets the annotation map.AnnotationContainer.getAnnotations()HasAnnotations.getAnnotations()Gets the annotations.Methods in io.protostuff.parser with parameters of type AnnotationModifier and TypeMethodDescriptionvoidAnnotationContainer.add(Annotation annotation) voidHasAnnotations.add(Annotation annotation) Adds the annoation.voidProto.add(Annotation annotation) ProtoParser.annotation_keyval(Proto proto, Annotation annotation) Method parameters in io.protostuff.parser with type arguments of type AnnotationModifier and TypeMethodDescriptionbooleanAnnotationContainer.addAnnotations(Map<String, Annotation> source, boolean clearSource) booleanHasAnnotations.addAnnotations(Map<String, Annotation> source, boolean clearSource) Adds all the annotations to this container.