Class ParamConverterProvidersSupplier
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier
-
- All Implemented Interfaces:
Supplier<List<ParamConverterProvidersSupplier.Entry>>
public class ParamConverterProvidersSupplier extends Object implements Supplier<List<ParamConverterProvidersSupplier.Entry>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParamConverterProvidersSupplier.Entry
-
Constructor Summary
Constructors Constructor Description ParamConverterProvidersSupplier()
-
-
-
Method Detail
-
get
public List<ParamConverterProvidersSupplier.Entry> get()
- Specified by:
getin interfaceSupplier<List<ParamConverterProvidersSupplier.Entry>>
-
-