Interface ResolvedParameterDeclaration

    • Method Detail

      • hasName

        default boolean hasName()
        Necessary because parameters obtained through reflection could not have a name.
        Specified by:
        hasName in interface ResolvedDeclaration
      • isVariadic

        boolean isVariadic()
        Is this parameter declared as variadic?
      • describeType

        default String describeType()
        Describe the type of the parameter. In practice add three dots to the type name if the parameter is variadic.