Type Members
-
type
Data = ::[List[String], ::[Map[String, List[String]], ::[Map[String, String], HNil]]]
-
type
DataWithBody[Bd] = ::[List[String], ::[Map[String, List[String]], ::[Map[String, String], ::[Bd, HNil]]]]
-
type
RequestData[R, D <: HList] = ::[FieldType[R, D], HNil]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
def
deleteCompiler[A]: ApiCompiler[::[DeleteCall, HNil], HNil, A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.DeleteCall,ApiCompilerMediumPrio.this.Data] }
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
implicit
def
getCompiler[A]: ApiCompiler[::[GetCall, HNil], HNil, A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.GetCall,ApiCompilerMediumPrio.this.Data] }
-
def
hashCode(): Int
-
implicit
def
headerInputCompiler[T <: HList, K <: Symbol, V, In <: HList, O](implicit wit: Aux[K], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[HeaderInput, T], ::[FieldType[K, V], In], O] { type Out = compiler.Out }
-
implicit
def
headersOptInputCompiler[T <: HList, K <: Symbol, V, In <: HList, O](implicit wit: Aux[K], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[HeaderInput, T], ::[FieldType[K, Option[V]], In], O] { type Out = compiler.Out }
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
pathCompiler[S, T <: HList, In <: HList, O](implicit wit: Aux[S], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[S, T], In, O] { type Out = compiler.Out }
-
implicit
def
postCompiler[A]: ApiCompiler[::[PostCall, HNil], HNil, A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.PostCall,ApiCompilerMediumPrio.this.Data] }
-
implicit
def
postWithBodyCompiler[Bd, A]: ApiCompiler[::[PostWithBodyCall[Bd], HNil], ::[FieldType[(BodyField)#T, Bd], HNil], A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.PostWithBodyCall[Bd],ApiCompilerMediumPrio.this.DataWithBody[Bd]] }
-
implicit
def
putCompiler[A]: ApiCompiler[::[PutCall, HNil], HNil, A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.PutCall,ApiCompilerMediumPrio.this.Data] }
-
implicit
def
putWithBodyCompiler[Bd, A]: ApiCompiler[::[PutWithBodyCall[Bd], HNil], ::[FieldType[(BodyField)#T, Bd], HNil], A] { type Out = ApiCompilerMediumPrio.this.RequestData[typedapi.shared.PutWithBodyCall[Bd],ApiCompilerMediumPrio.this.DataWithBody[Bd]] }
-
implicit
def
queryInputCompiler[T <: HList, K <: Symbol, V, In <: HList, O](implicit wit: Aux[K], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[QueryInput, T], ::[FieldType[K, V], In], O] { type Out = compiler.Out }
-
implicit
def
queryListInputCompiler[T <: HList, K <: Symbol, V, In <: HList, O](implicit wit: Aux[K], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[QueryInput, T], ::[FieldType[K, List[V]], In], O] { type Out = compiler.Out }
-
implicit
def
queryOptInputCompiler[T <: HList, K <: Symbol, V, In <: HList, O](implicit wit: Aux[K], compiler: ApiCompiler[T, In, O]): ApiCompiler[::[QueryInput, T], ::[FieldType[K, Option[V]], In], O] { type Out = compiler.Out }
-
implicit
def
rawHeadersInputCompiler[T <: HList, In <: HList, O](implicit compiler: ApiCompiler[T, In, O]): ApiCompiler[::[RawHeadersInput, T], ::[FieldType[(RawHeadersField)#T, Map[String, String]], In], O] { type Out = compiler.Out }
-
implicit
def
segmentInputCompiler[T <: HList, K, V, In <: HList, O](implicit compiler: ApiCompiler[T, In, O]): ApiCompiler[::[SegmentInput, T], ::[FieldType[K, V], In], O] { type Out = compiler.Out }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any