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(List<org.jboss.jandex.DotName> dotNames)IgnoreJsonDeserializeClassBuildItem(org.jboss.jandex.DotName dotName)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.jandex.DotNamegetDotName()Deprecated, for removal: This API element is subject to removal in a future version.List<org.jboss.jandex.DotName>getDotNames()
-
-
-
Constructor Detail
-
IgnoreJsonDeserializeClassBuildItem
public IgnoreJsonDeserializeClassBuildItem(org.jboss.jandex.DotName dotName)
-
IgnoreJsonDeserializeClassBuildItem
public IgnoreJsonDeserializeClassBuildItem(List<org.jboss.jandex.DotName> dotNames)
-
-
Method Detail
-
getDotName
@Deprecated(forRemoval=true) public org.jboss.jandex.DotName getDotName()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getDotNames
public List<org.jboss.jandex.DotName> getDotNames()
-
-