pl.iterators.kebs.baklava.params.enums

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object lowercase
object uppercase

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
lowercase.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
uppercase.type

Inherited classlikes

Attributes

Inherited from:
KebsBaklavaEnumsParams
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object lowercase

Attributes

Inherited from:
KebsBaklavaEnumsParams
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object uppercase

Implicits

Inherited implicits

implicit def toHeaderEnum[T](implicit _enum: EnumLike[T]): ToHeader[T]

Attributes

Inherited from:
KebsBaklavaEnumsParams
implicit def toHeaderValueEnum[T, V <: ValueEnumLikeEntry[T]](implicit valueEnumLike: ValueEnumLike[T, V], tsm: ToHeader[V]): ToHeader[T]

Attributes

Inherited from:
KebsBaklavaValueEnumsParams
implicit def toPathParamEnum[T](implicit _enum: EnumLike[T]): ToPathParam[T]

Attributes

Inherited from:
KebsBaklavaEnumsParams
implicit def toPathParamValueEnum[T, V <: ValueEnumLikeEntry[T]](implicit valueEnumLike: ValueEnumLike[T, V], tsm: ToPathParam[V]): ToPathParam[T]

Attributes

Inherited from:
KebsBaklavaValueEnumsParams
implicit def toQueryParamEnum[T](implicit _enum: EnumLike[T]): ToQueryParam[T]

Attributes

Inherited from:
KebsBaklavaEnumsParams
implicit def toQueryParamValueEnum[T, V <: ValueEnumLikeEntry[T]](implicit valueEnumLike: ValueEnumLike[T, V], tsm: ToQueryParam[V]): ToQueryParam[T]

Attributes

Inherited from:
KebsBaklavaValueEnumsParams