Package io.quarkus.resteasy.reactive.spi
Class ExceptionMapperBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.resteasy.reactive.spi.ExceptionMapperBuildItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionMapperBuildItem.Builder
-
Constructor Summary
Constructors Constructor Description ExceptionMapperBuildItem(String className, String handledExceptionName, Integer priority, boolean registerAsBean)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()org.jboss.jandex.ClassInfogetDeclaringClass()StringgetHandledExceptionName()IntegergetPriority()booleanisRegisterAsBean()
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
getPriority
public Integer getPriority()
-
getHandledExceptionName
public String getHandledExceptionName()
-
isRegisterAsBean
public boolean isRegisterAsBean()
- Specified by:
isRegisterAsBeanin interfaceCheckBean
-
getDeclaringClass
public org.jboss.jandex.ClassInfo getDeclaringClass()
-
-