Class MethodGenericTypeResolver

java.lang.Object
tools.jackson.databind.introspect.MethodGenericTypeResolver

final class MethodGenericTypeResolver extends Object
Internal utility functionality to handle type resolution for method type variables based on the requested result type: this is needed to work around the problem of static factory methods not being able to use class type variable bindings (see [databind#2895] for more).
Since:
2.12