Class StiReflectUtill

java.lang.Object
com.stimulsoft.base.utils.StiReflectUtill

public class StiReflectUtill extends Object
  • Method Details

    • getDeclaredMethod

      public static Method getDeclaredMethod(Class<?> clazz, String name)
    • getMethodsUpTo

      public static Iterable<Method> getMethodsUpTo(Class<?> startClass, Class<?> exclusiveParent)
    • getDeclaredField

      public static Field getDeclaredField(Class<?> clazz, String name)
    • getFieldsUpTo

      public static Iterable<Field> getFieldsUpTo(Class<?> startClass, Class<?> exclusiveParent)
    • isPrimitivParameterizedType

      public static boolean isPrimitivParameterizedType(Class<?> clazz)
    • getTypeList

      public static Class<?> getTypeList(Class<?> clazz)
      Parameters:
      clazz -
      Returns: