Uses of Class
com.fasterxml.classmate.AnnotationOverrides
-
Packages that use AnnotationOverrides Package Description com.fasterxml.classmate Package that contains main public interface of ClassMate package. -
-
Uses of AnnotationOverrides in com.fasterxml.classmate
Subclasses of AnnotationOverrides in com.fasterxml.classmate Modifier and Type Class Description static class
AnnotationOverrides.StdImpl
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 AnnotationOverrides Modifier and Type Method Description AnnotationOverrides
AnnotationOverrides.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 AnnotationOverrides Modifier and Type Method Description ResolvedTypeWithMembers
MemberResolver. 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.
-