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