Interface ParameterList<T extends ParameterDescription>

    • Method Detail

      • asTypeList

        TypeList.Generic asTypeList()
        Transforms this list of parameters into a list of the types of the represented parameters.
        Returns:
        A list of types representing the parameters of this list.
      • hasExplicitMetaData

        boolean hasExplicitMetaData()
        Checks if all parameters in this list define both an explicit name and an explicit modifier.
        Returns:
        true if all parameters in this list define both an explicit name and an explicit modifier.