Class IntrospectionUtil

java.lang.Object
org.eclipse.jetty.util.IntrospectionUtil

@Deprecated(since="2021-05-27") public class IntrospectionUtil extends Object
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
IntrospectionUtil
  • Constructor Details

    • IntrospectionUtil

      public IntrospectionUtil()
      Deprecated.
  • Method Details

    • isJavaBeanCompliantSetter

      public static boolean isJavaBeanCompliantSetter(Method method)
      Deprecated.
    • findMethod

      public static Method findMethod(Class<?> clazz, String methodName, Class<?>[] args, boolean checkInheritance, boolean strictArgs) throws NoSuchMethodException
      Deprecated.
      Throws:
      NoSuchMethodException
    • findField

      public static Field findField(Class<?> clazz, String targetName, Class<?> targetType, boolean checkInheritance, boolean strictType) throws NoSuchFieldException
      Deprecated.
      Throws:
      NoSuchFieldException
    • isInheritable

      public static boolean isInheritable(Package pack, Member member)
      Deprecated.
    • checkParams

      public static boolean checkParams(Class<?>[] formalParams, Class<?>[] actualParams, boolean strict)
      Deprecated.
    • isSameSignature

      public static boolean isSameSignature(Method methodA, Method methodB)
      Deprecated.
    • isTypeCompatible

      public static boolean isTypeCompatible(Class<?> formalType, Class<?> actualType, boolean strict)
      Deprecated.
    • containsSameMethodSignature

      public static boolean containsSameMethodSignature(Method method, Class<?> c, boolean checkPackage)
      Deprecated.
    • containsSameFieldName

      public static boolean containsSameFieldName(Field field, Class<?> c, boolean checkPackage)
      Deprecated.