Class ParameterAnnotationsSupplier

java.lang.Object
io.quarkus.jaxrs.client.reactive.runtime.ParameterAnnotationsSupplier
All Implemented Interfaces:
Supplier<Annotation[][]>

public class ParameterAnnotationsSupplier extends Object implements Supplier<Annotation[][]>
  • Constructor Details

    • ParameterAnnotationsSupplier

      public ParameterAnnotationsSupplier(Method method)
  • Method Details