case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- Alphabetic
- By Inheritance
- BuildInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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").
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val description: String
The value is "grpc-rest-gateway-runtime-netty".
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val homepage: Option[URL]
The value is scala.Some(new java.net.URI("https://github.com/sfali/grpc-rest-gateway").toURL).
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
The value is "grpc-rest-gateway-runtime-netty".
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val normalizedName: String
The value is "grpc-rest-gateway-runtime-netty".
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val organization: String
The value is "io.github.sfali23".
- val organizationName: String
The value is "io.github.sfali23".
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sbtVersion: String
The value is "1.10.6".
- val scalaPartialVersion: Option[(Long, Long)]
The value is scala.Some((2L -> 13L)).
- val scalaVersion: String
The value is "2.13.15".
- val scalafmtVersion: String
The value is "3.8.4-RC3".
- val startYear: Option[Int]
The value is scala.None.
- val swaggerUiVersion: String
The value is "5.18.2".
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toString: String
- Definition Classes
- BuildInfo → AnyRef → Any
- val version: String
The value is "0.8.2".
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)