Package io.quarkus.gizmo
Interface SignatureElement<S>
- All Known Subinterfaces:
FieldCreator,MethodCreator
- All Known Implementing Classes:
ClassCreator,ClassTransfromerMethodCreatorImpl,FieldCreatorImpl,MethodCreatorImpl
public interface SignatureElement<S>
An element that has a signature attribute.
-
Method Summary
Modifier and TypeMethodDescriptionsetSignature(String signature) Use the convenientSignatureBuilderto build signatures for classes, methods and fields.
-
Method Details
-
getSignature
String getSignature() -
setSignature
Use the convenientSignatureBuilderto build signatures for classes, methods and fields.- Parameters:
signature- The generic signature as defined in JVMS 17, chapter "4.7.9.1. Signatures"- Returns:
- the element
- See Also:
-