Uses of Class
com.fasterxml.classmate.Annotations
Packages that use Annotations
Package
Description
Package that contains main public interface of ClassMate
package.
Package that contains implementations of various member types
(methods, fields, constructors)
-
Uses of Annotations in com.fasterxml.classmate
Methods in com.fasterxml.classmate with parameters of type AnnotationsModifier and TypeMethodDescriptionvoid
Annotations.addAll
(Annotations overrides) Method for adding all annotations from specified set, as overrides to annotations this set has -
Uses of Annotations in com.fasterxml.classmate.members
Fields in com.fasterxml.classmate.members declared as AnnotationsModifier and TypeFieldDescriptionprotected final Annotations
ResolvedMember._annotations
protected final Annotations[]
ResolvedParameterizedMember._paramAnnotations
Methods in com.fasterxml.classmate.members that return AnnotationsModifier and TypeMethodDescriptionResolvedMember.getAnnotations()
ResolvedParameterizedMember.getParameterAnnotations
(int index) Methods in com.fasterxml.classmate.members with parameters of type AnnotationsModifier and TypeMethodDescriptionvoid
ResolvedMember.applyOverrides
(Annotations overrides) void
ResolvedParameterizedMember.applyParamOverrides
(int index, Annotations overrides) Constructors in com.fasterxml.classmate.members with parameters of type AnnotationsModifierConstructorDescriptionResolvedConstructor
(ResolvedType context, Annotations ann, Constructor<?> constructor, ResolvedType[] argumentTypes) ResolvedField
(ResolvedType context, Annotations ann, Field field, ResolvedType type) protected
ResolvedMember
(ResolvedType context, Annotations ann, T member, ResolvedType type) ResolvedMethod
(ResolvedType context, Annotations ann, Method method, ResolvedType returnType, ResolvedType[] argumentTypes) protected
ResolvedParameterizedMember
(ResolvedType context, Annotations ann, T member, ResolvedType type, ResolvedType[] argumentTypes)