Package io.quarkus.jackson.deployment
Class IgnoreJsonDeserializeClassBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.jackson.deployment.IgnoreJsonDeserializeClassBuildItem
-
public final class IgnoreJsonDeserializeClassBuildItem extends io.quarkus.builder.item.MultiBuildItemUsed when an extension needs to inform the Jackson extension that a class should not be registered for reflection even if it annotated with @JsonDeserialize
-
-
Constructor Summary
Constructors Constructor Description IgnoreJsonDeserializeClassBuildItem(org.jboss.jandex.DotName dotName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetDotName()
-