Searched defs:GenericMetadataSupport (Results 1 - 1 of 1) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java56 public abstract class GenericMetadataSupport { class
200 * @return Actual type arguments matching the type variables of the raw type represented by this {@link GenericMetadataSupport} instance.
228 * Resolve current method generic return type to a {@link GenericMetadataSupport}.
231 * @return {@link GenericMetadataSupport} representing this generic return type.
233 public GenericMetadataSupport resolveGenericReturnType(Method method) {
243 GenericMetadataSupport genericMetadataSupport = resolveGenericType(genericReturnType, method);
251 private GenericMetadataSupport resolveGenericType(Type type, Method method) {
267 * Create an new instance of {@link GenericMetadataSupport} inferred from a {@link Type}.
274 * @param type The class from which the {@link GenericMetadataSupport} should be built.
275 * @return The new {@link GenericMetadataSupport}
[all...]

Completed in 136 milliseconds