Class ConstructorSignatureModel


  • public final class ConstructorSignatureModel
    extends CodeSignatureModel
    The model of the signature of a constructor of a class.
    • Constructor Detail

      • ConstructorSignatureModel

        public ConstructorSignatureModel​(ConstructorSignature constructor)
        Builds the model from the signature of a constructor.
        Parameters:
        constructor - the signature to copy
      • ConstructorSignatureModel

        public ConstructorSignatureModel()
    • Method Detail

      • toBean

        public ConstructorSignature toBean()
        Yields the constructor signature corresponding to this model.
        Returns:
        the constructor signature