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.annotations
Methods 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 TypeMethodDescriptionvoid
AnnotationContainer.add
(Annotation annotation) void
HasAnnotations.add
(Annotation annotation) Adds the annoation.void
Proto.add
(Annotation annotation) ProtoParser.annotation_keyval
(Proto proto, Annotation annotation) Method parameters in io.protostuff.parser with type arguments of type AnnotationModifier and TypeMethodDescriptionboolean
AnnotationContainer.addAnnotations
(Map<String, Annotation> source, boolean clearSource) boolean
HasAnnotations.addAnnotations
(Map<String, Annotation> source, boolean clearSource) Adds all the annotations to this container.