Class TypeResolver.TypeMappingIntrospector

  • Enclosing class:
    TypeResolver

    private static final class TypeResolver.TypeMappingIntrospector
    extends TypeVisitor
    • Constructor Detail

      • TypeMappingIntrospector

        private TypeMappingIntrospector()
    • Method Detail

      • getTypeMappings

        static ImmutableMap<TypeResolver.TypeVariableKey,​java.lang.reflect.Type> getTypeMappings​(java.lang.reflect.Type contextType)
        Returns type mappings using type parameters and type arguments found in the generic superclass and the super interfaces of contextClass.
      • visitParameterizedType

        void visitParameterizedType​(java.lang.reflect.ParameterizedType parameterizedType)
        Overrides:
        visitParameterizedType in class TypeVisitor