Package io.quarkus.qute
Interface ParameterDeclaration
- All Known Implementing Classes:
ParameterDeclarationNode
public interface ParameterDeclaration
Represents a type parameter declaration, i.e.
.-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The key forisfoo.The type info foris|org.acme.Foo|.
-
Method Details
-
getTypeInfo
String getTypeInfo()The type info foris|org.acme.Foo|.- Returns:
- the unparsed type info
- See Also:
-
getKey
String getKey()The key forisfoo.- Returns:
- the key
-
getDefaultValue
Expression getDefaultValue()- Returns:
- the default value or
nullif no default value is set
-
getOrigin
TemplateNode.Origin getOrigin()- Returns:
- the origin of the template node
-