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)
    • Method Detail

      • getName

        public String getName()
      • getParams

        public String[] getParams()
      • getDeclaringClass

        public String getDeclaringClass()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object