Class QuarkusCxfProcessor.WrapperParameter

    • Constructor Detail

      • WrapperParameter

        WrapperParameter​(org.jboss.jandex.Type parameterType,
                         List<org.jboss.jandex.AnnotationInstance> annotations,
                         String name)
    • Method Detail

      • getName

        public String getName()
      • getAnnotations

        public List<org.jboss.jandex.AnnotationInstance> getAnnotations()
      • getAnnotation

        public org.jboss.jandex.AnnotationInstance getAnnotation​(org.jboss.jandex.DotName dotname)
      • getParameterType

        public org.jboss.jandex.Type getParameterType()