trait SwaggerTypeableInstances extends LowLevelSwaggerTypeable with CirceSwaggerTypeableInstances
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerTypeableInstances
- CirceSwaggerTypeableInstances
- LowLevelSwaggerTypeable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit final
def
immutableseqTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Seq[T]]
- Definition Classes
- LowLevelSwaggerTypeable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
jsonObjectSwagger: SwaggerTypeable[JsonObject]
- Definition Classes
- CirceSwaggerTypeableInstances
-
final
def
make[T](t: SwaggerType): SwaggerTypeable[T]
- Definition Classes
- LowLevelSwaggerTypeable
- Annotations
- @inline()
-
final
def
makeNamed[T](t: SwaggerType, name: String): SwaggerTypeable[T]
- Definition Classes
- LowLevelSwaggerTypeable
- Annotations
- @inline()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
neseq[X[_], T](implicit items: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[X[T]]
- Definition Classes
- LowLevelSwaggerTypeable
- Annotations
- @inline()
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def optionTypeable[T](implicit inst: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[Option[T]]
-
final
def
seq[X[_], T](implicit items: Lazy[SwaggerTypeable[T]]): SwaggerTypeable[X[T]]
- Definition Classes
- LowLevelSwaggerTypeable
- Annotations
- @inline()
-
implicit final
def
seqTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Seq[T]]
- Definition Classes
- LowLevelSwaggerTypeable
- implicit final def swaggerChainTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Chain[T]]
- implicit final def swaggerEitherTypeable[A, B](implicit arg0: SwaggerTypeable[A], arg1: SwaggerTypeable[B]): SwaggerTypeable[Either[A, B]]
- implicit final def swaggerListTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[List[T]]
- implicit final def swaggerMapTypeable[K, T](implicit values: Lazy[SwaggerTypeable[T]], keys: SwaggerMapKey[K]): SwaggerTypeable[Map[K, T]]
- implicit final def swaggerNEChainTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyChain[T]]
- implicit final def swaggerNEListTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyList[T]]
- implicit final def swaggerNESetTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptySet[T]]
- implicit final def swaggerNEStreamTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyStream[T]]
- implicit final def swaggerNEVectorTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[NonEmptyVector[T]]
- implicit final def swaggerSetTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Set[T]]
- implicit final def swaggerStreamTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Stream[T]]
- implicit final val swaggerTypeableBigDecimal: SwaggerTypeable[BigDecimal]
- implicit final val swaggerTypeableBigIng: SwaggerTypeable[BigInt]
- implicit final val swaggerTypeableBoolean: SwaggerTypeable[Boolean]
- implicit final val swaggerTypeableByte: SwaggerTypeable[Byte]
- implicit final val swaggerTypeableDate: SwaggerTypeable[Date]
- implicit final val swaggerTypeableDouble: SwaggerTypeable[Double]
- implicit final val swaggerTypeableFloat: SwaggerTypeable[Float]
- implicit final val swaggerTypeableInteger: SwaggerTypeable[Int]
- implicit final val swaggerTypeableJsonObject: SwaggerTypeable[JsonObject]
- implicit final val swaggerTypeableLocalDate: SwaggerTypeable[LocalDate]
- implicit final val swaggerTypeableLong: SwaggerTypeable[Long]
- implicit final val swaggerTypeableOffsetDateTime: SwaggerTypeable[OffsetDateTime]
- implicit final val swaggerTypeableString: SwaggerTypeable[String]
- implicit final val swaggerTypeableUUID: SwaggerTypeable[UUID]
- implicit final val swaggerTypeableUnit: SwaggerTypeable[Unit]
- implicit final def swaggerVectorTypeable[T](implicit arg0: SwaggerTypeable[T]): SwaggerTypeable[Vector[T]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )