Class GenericTypeResolver

java.lang.Object
io.fluxzero.common.reflection.GenericTypeResolver

public class GenericTypeResolver extends Object
Utility class for resolving generic type information in class hierarchies. This class provides methods to resolve and extract generic type details, including parameterized and array types, from a given class type in relation to a target type.
  • Constructor Details

    • GenericTypeResolver

      public GenericTypeResolver()
  • Method Details

    • getGenericType

      public static Type getGenericType(Class<?> clazz, Class<?> target)