Interface SourceSignatureModel

All Superinterfaces:
Model, SourceModel

@Deprecated public interface SourceSignatureModel extends SourceModel
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.github.classgraph.HierarchicalTypeSignature
    get()
    Deprecated.
     

    Methods inherited from interface com.vaadin.hilla.parser.models.Model

    getCommonModelClass, isReflection

    Methods inherited from interface com.vaadin.hilla.parser.models.SourceModel

    isSource
  • Method Details

    • get

      io.github.classgraph.HierarchicalTypeSignature get()
      Deprecated.
      Specified by:
      get in interface Model