NonBodyInputCodec

harness.endpoint.spec.NonBodyInputCodec
See theNonBodyInputCodec companion object
final case class NonBodyInputCodec[Path, All](encode: All => (List[String], Map[String, List[String]], Map[String, List[String]], Map[String, String]), decodePath: List[String] => Option[Path], decodeAll: (Path, Map[String, List[String]], Map[String, List[String]], Map[String, String]) => Result[All], pathSchemas: List[PathSchema], querySchemas: List[QuerySchema], headerSchemas: List[HeaderBasedSchema])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NonBodyInputCodec[Path, All]

Members list

Type members

Types

type PathT = Path

Value members

Concrete methods

def /:(constPath: String): NonBodyInputCodec[Path, All]
def /:(constPaths: List[String]): NonBodyInputCodec[Path, All]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product