Uses of Interface
io.helidon.common.types.ElementSignature
Packages that use ElementSignature
Package
Description
Subset of Builder's SPI types that are useful for runtime.
-
Uses of ElementSignature in io.helidon.common.types
Methods in io.helidon.common.types that return ElementSignatureModifier and TypeMethodDescriptionstatic ElementSignature
ElementSignature.createConstructor
(List<TypeName> parameters) A constructor signature.static ElementSignature
ElementSignature.createField
(TypeName type, String name) A field signature.static ElementSignature
ElementSignature.createMethod
(TypeName returnType, String name, List<TypeName> parameters) A method signature.TypedElementInfo.BuilderBase.TypedElementInfoImpl.signature()
Methods in io.helidon.common.types that return types with arguments of type ElementSignatureModifier and TypeMethodDescriptionTypedElementInfo.BuilderBase.signature()
Signature of this element.