Class PanacheMethodCustomizerBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.panache.common.deployment.PanacheMethodCustomizerBuildItem
-
public final class PanacheMethodCustomizerBuildItem extends io.quarkus.builder.item.MultiBuildItemBuild item to declare that aPanacheMethodCustomizershould be used on Panache-enhanced methods.
-
-
Constructor Summary
Constructors Constructor Description PanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PanacheMethodCustomizergetMethodCustomizer()
-
-
-
Constructor Detail
-
PanacheMethodCustomizerBuildItem
public PanacheMethodCustomizerBuildItem(PanacheMethodCustomizer methodCustomizer)
-
-
Method Detail
-
getMethodCustomizer
public PanacheMethodCustomizer getMethodCustomizer()
-
-