Class ReflectiveMethodBuildItem

    • Field Detail

      • declaringClass

        final String declaringClass
      • params

        final String[] params
    • Constructor Detail

      • ReflectiveMethodBuildItem

        public ReflectiveMethodBuildItem​(org.jboss.jandex.MethodInfo methodInfo)
      • ReflectiveMethodBuildItem

        public ReflectiveMethodBuildItem​(Method method)
      • ReflectiveMethodBuildItem

        public ReflectiveMethodBuildItem​(String declaringClass,
                                         String name,
                                         String... params)
      • ReflectiveMethodBuildItem

        public ReflectiveMethodBuildItem​(String declaringClass,
                                         String name,
                                         Class<?>... params)
    • Method Detail

      • getName

        public String getName()
      • getParams

        public String[] getParams()
      • getDeclaringClass

        public String getDeclaringClass()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object