Package io.quarkus.resteasy.reactive.spi
Class GeneratedJaxRsResourceBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.resteasy.reactive.spi.GeneratedJaxRsResourceBuildItem
public final class GeneratedJaxRsResourceBuildItem
extends io.quarkus.builder.item.MultiBuildItem
Represents a JAX-RS resource that is generated.
Meant to be used by extension that generate JAX-RS resources as part of their build time processing
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeneratedJaxRsResourceBuildItem
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.UseinternalName()instead.- Returns:
- the internal name for this class
-
binaryName
Returns the binary name of the class, which is delimited by.characters.- Returns:
- the binary name of the class, which is delimited by
.characters
-
internalName
Returns the internal name of the class, which is delimited by/characters.- Returns:
- the internal name of the class, which is delimited by
/characters
-
getData
public byte[] getData()
-
internalName()instead.