Uses of Class
com.fasterxml.classmate.AnnotationOverrides

Packages that use AnnotationOverrides
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
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
 AnnotationOverrides AnnotationOverrides.StdBuilder.build()
          Method that will construct a AnnotationOverrides instance using mappings that have been added using this builder
 

Methods in com.fasterxml.classmate with parameters of type AnnotationOverrides
 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.
 



Copyright © 2011 fasterxml.com. All Rights Reserved.