Interface TypeResolutionContext
-
- All Known Implementing Classes:
AnnotatedClass,TypeResolutionContext.Basic,TypeResolutionContext.Empty
public interface TypeResolutionContextInterface that defines API used by members (likeAnnotatedMethod) to dynamically resolve types they have.- Since:
- 2.7
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTypeResolutionContext.Basicstatic classTypeResolutionContext.EmptyDummy implementation for case where there are no bindings available (for example, for static methods and fields)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaTyperesolveType(java.lang.reflect.Type t)
-
-
-
Method Detail
-
resolveType
JavaType resolveType(java.lang.reflect.Type t)
-
-