Uses of Class
com.fasterxml.classmate.AnnotationOverrides
Packages that use AnnotationOverrides
Package
Description
Package that contains main public interface of ClassMate
package.
-
Uses of AnnotationOverrides in com.fasterxml.classmate
Subclasses of AnnotationOverrides in com.fasterxml.classmateModifier and TypeClassDescriptionstatic class
Simple implementation configured with explicit associations with target class as key, and overrides as ordered list of classes (with first entry having precedence over later ones).Methods in com.fasterxml.classmate that return AnnotationOverridesModifier and TypeMethodDescriptionAnnotationOverrides.StdBuilder.build()
Method that will construct aAnnotationOverrides
instance using mappings that have been added using this builderMethods in com.fasterxml.classmate with parameters of type AnnotationOverridesModifier and TypeMethodDescriptionMemberResolver.resolve
(ResolvedType mainType, AnnotationConfiguration annotationConfig, AnnotationOverrides annotationOverrides) Method for constructing hierarchy object needed to fully resolve member information, including basic type flattening as well as addition of mix-in types in appropriate positions.