public class ReflectionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Map<TypeVariable<?>,Type> |
determineTypeArguments(@NotNull Class<?> clazz) |
static @NotNull ParameterizedType |
parameterizedTypeForBaseClass(@NotNull Class<?> baseClass,
@NotNull Class<?> clazz) |
public static Map<TypeVariable<?>,Type> determineTypeArguments(@NotNull @NotNull Class<?> clazz)
@NotNull public static @NotNull ParameterizedType parameterizedTypeForBaseClass(@NotNull @NotNull Class<?> baseClass, @NotNull @NotNull Class<?> clazz)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.