Skip navigation links
D E N R T 

D

disableCache() - Static method in class net.jodah.typetools.TypeResolver
Disables the internal caching of resolved TypeVariables.

E

enableCache() - Static method in class net.jodah.typetools.TypeResolver
Enables the internal caching of resolved TypeVariables.

N

net.jodah.typetools - package net.jodah.typetools
 

R

reify(Class<T>, Class<S>) - Static method in class net.jodah.typetools.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type, Class<?>) - Static method in class net.jodah.typetools.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible), by using the type information from given context.
reify(Type) - Static method in class net.jodah.typetools.TypeResolver
Traverses a generic type and replaces all type variables and wildcard types with concrete types (if possible).
resolveBound(TypeVariable<?>) - Static method in class net.jodah.typetools.TypeResolver
Resolves the first bound for the typeVariable, returning Unknown.class if none can be resolved.
resolveGenericType(Class<?>, Type) - Static method in class net.jodah.typetools.TypeResolver
Returns the generic type using type variable information from the subType else null if the generic type cannot be resolved.
resolveRawArgument(Class<T>, Class<S>) - Static method in class net.jodah.typetools.TypeResolver
Returns the raw class representing the argument for the type using type variable information from the subType.
resolveRawArgument(Type, Class<?>) - Static method in class net.jodah.typetools.TypeResolver
Returns the raw class representing the argument for the genericType using type variable information from the subType.
resolveRawArguments(Class<T>, Class<S>) - Static method in class net.jodah.typetools.TypeResolver
Returns an array of raw classes representing arguments for the type using type variable information from the subType.
resolveRawArguments(Type, Class<?>) - Static method in class net.jodah.typetools.TypeResolver
Returns an array of raw classes representing arguments for the genericType using type variable information from the subType.
resolveRawClass(Type, Class<?>) - Static method in class net.jodah.typetools.TypeResolver
Resolves the raw class for the genericType, using the type variable information from the subType else TypeResolver.Unknown if the raw class cannot be resolved.

T

TypeResolver - Class in net.jodah.typetools
Enhanced type resolution utilities.
TypeResolver.Unknown - Class in net.jodah.typetools
An unknown type.
D E N R T 
Skip navigation links

Copyright © 2020. All Rights Reserved.