Module tools.jackson.databind
Interface TypeResolutionContext
- All Known Implementing Classes:
AnnotatedClass,TypeResolutionContext.Basic,TypeResolutionContext.Empty
public interface TypeResolutionContext
Interface that defines API used by members (like
AnnotatedMethod)
to dynamically resolve types they have.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classDummy implementation for case where there are no bindings available (for example, for static methods and fields) -
Method Summary
-
Method Details
-
resolveType
-