Class Introspections

    • Method Detail

      • introspect

        public static <X> ClassIntrospection<X> introspect​(Class<X> type)
        Introspect a class.
        Type Parameters:
        X - class parameter
        Parameters:
        type - class to introspect
        Returns:
        class introspections
      • introspect

        public static MethodIntrospection introspect​(Method method)
        Introspect a method.
        Parameters:
        method - method to introspect
        Returns:
        method introspections
      • introspect

        public static FieldIntrospection introspect​(Field field)
        Introspect a field.
        Parameters:
        field - field to introspect
        Returns:
        field introspections
      • introspect

        public static ClassLoaderIntrospection introspect​(ClassLoader classLoader)
        Introspect a classloader.
        Parameters:
        classLoader - class loader to introspect
        Returns:
        classloader introspections