Generated by
JDiff

Class com.google.inject.util.Types

Changed Methods
GenericArrayType arrayOf(Type) Documentation changed from old to new.
Returns an array type whose elements are all instances of {@code componentType}.
ParameterizedType collectionOf(Type) Documentation changed from old to new.
Returns a type modelling a Collection whose elements are of type {@code elementType}.
Type javaxProviderOf(Type) Documentation changed from old to new.
Returns a type modelling a javax.inject.Provider that provides elements of type {@code elementType}.
ParameterizedType listOf(Type) Documentation changed from old to new.
Returns a type modelling a List whose elements are of type {@code elementType}.
ParameterizedType mapOf(Type, Type) Documentation changed from old to new.
Returns a type modelling a Map whose keys are of type {@code keyType} and whose values are of type {@code valueType}.
ParameterizedType newParameterizedType(Type, Type[]) Documentation changed from old to new.
Returns a new parameterized type, applying {@code typeArguments} to {@code rawType}.
ParameterizedType newParameterizedTypeWithOwner(Type, Type, Type[]) Documentation changed from old to new.
Returns a new parameterized type, applying {@code typeArguments} to {@code rawType} and enclosed by {@code ownerType}.
ParameterizedType providerOf(Type) Documentation changed from old to new.
Returns a type modelling a Provider that provides elements of type {@code elementType}.
ParameterizedType setOf(Type) Documentation changed from old to new.
Returns a type modelling a Set whose elements are of type {@code elementType}.
WildcardType subtypeOf(Type) Documentation changed from old to new.
Returns a type that represents an unknown type that extends {@code bound}.
WildcardType supertypeOf(Type) Documentation changed from old to new.
Returns a type that represents an unknown supertype of {@code bound}.