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 Summary
Constructors Constructor Description ParameterAnnotationsSupplier(Method method)
-
-
-
Constructor Detail
-
ParameterAnnotationsSupplier
public ParameterAnnotationsSupplier(Method method)
-
-
Method Detail
-
get
public Annotation[][] get()
- Specified by:
getin interfaceSupplier<Annotation[][]>
-
-