Interface TypeResolutionContext
-
- All Known Implementing Classes:
AnnotatedClass
,TypeResolutionContext.Basic
,TypeResolutionContext.Empty
public interface TypeResolutionContext
Interface 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 class
TypeResolutionContext.Basic
static class
TypeResolutionContext.Empty
Dummy 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 JavaType
resolveType(java.lang.reflect.Type t)
-
-
-
Method Detail
-
resolveType
JavaType resolveType(java.lang.reflect.Type t)
-
-