Packages

case object BuildInfo extends Product with Serializable

This object was generated by sbt-buildinfo.

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BuildInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allDependencies: Seq[String]

    The value is scala.collection.immutable.Seq("org.scala-lang:scala-compiler:2.13.15:scala-tool->default,optional(default)", "org.scala-lang:scala-library:2.13.15:scala-tool->default,optional(default)", "io.github.sfali23:grpc-rest-gateway-runtime-core:0.8.2", "org.scala-lang:scala-library:2.13.15", "io.grpc:grpc-netty:1.62.2").

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val description: String

    The value is "grpc-rest-gateway-runtime-netty".

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. val homepage: Option[URL]

    The value is scala.Some(new java.net.URI("https://github.com/sfali/grpc-rest-gateway").toURL).

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val name: String

    The value is "grpc-rest-gateway-runtime-netty".

  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val normalizedName: String

    The value is "grpc-rest-gateway-runtime-netty".

  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. val organization: String

    The value is "io.github.sfali23".

  19. val organizationName: String

    The value is "io.github.sfali23".

  20. def productElementName(n: Int): String
    Definition Classes
    Product
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. val sbtVersion: String

    The value is "1.10.6".

  23. val scalaPartialVersion: Option[(Long, Long)]

    The value is scala.Some((2L -> 13L)).

  24. val scalaVersion: String

    The value is "2.13.15".

  25. val scalafmtVersion: String

    The value is "3.8.4-RC3".

  26. val startYear: Option[Int]

    The value is scala.None.

  27. val swaggerUiVersion: String

    The value is "5.18.2".

  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val toString: String
    Definition Classes
    BuildInfo → AnyRef → Any
  30. val version: String

    The value is "0.8.2".

  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped