Java com.google.common.reflect TypeResolver fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.reflect TypeResolver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.reflect TypeResolver.

The text is from its open source code.

Constructor

Method

TyperesolveType(Type type)
Resolves all type variables in type and all downstream types and returns a corresponding type with type variables resolved.
TypeResolverwhere(Type formal, Type actual)
Returns a new TypeResolver with type variables in formal mapping to types in actual .