ParameterStyle

sttp.apispec.openapi.ParameterStyle
See theParameterStyle companion class
object ParameterStyle extends Enumeration

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object DeepObject extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DeepObject.type
case object Form extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Form.type
case object Label extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Label.type
case object Matrix extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Matrix.type
case object PipeDelimited extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Simple extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Simple.type
case object SpaceDelimited extends ParameterStyle

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited classlikes

protected class Val(i: Int, name: String)

Attributes

Inherited from:
Enumeration
Supertypes
class Value
trait Serializable
trait Ordered[Value]
trait Comparable[Value]
class Object
trait Matchable
class Any
Show all
abstract class Value()

Attributes

Inherited from:
Enumeration
Supertypes
trait Serializable
trait Ordered[Value]
trait Comparable[Value]
class Object
trait Matchable
class Any
Show all
object ValueOrdering

Attributes

Inherited from:
Enumeration
Supertypes
trait Ordering[Value]
trait PartialOrdering[Value]
trait Equiv[Value]
trait Serializable
trait Comparator[Value]
class Object
trait Matchable
class Any
Show all
class ValueSet

Attributes

Inherited from:
Enumeration
Supertypes
trait Serializable
trait StrictOptimizedIterableOps[Value, Set, ValueSet]
trait SortedSet[Value]
trait SortedSetOps[Value, SortedSet, ValueSet]
trait SortedSet[Value]
trait SortedSetFactoryDefaults[Value, SortedSet, Set]
trait SortedSetOps[Value, SortedSet, ValueSet]
trait SortedOps[Value, ValueSet]
class AbstractSet[Value]
trait Set[Value]
trait SetOps[Value, Set, ValueSet]
trait Iterable[Value]
class AbstractSet[Value]
trait Set[Value]
trait Equals
trait SetOps[Value, Set, ValueSet]
trait Value => Boolean
class AbstractIterable[Value]
trait Iterable[Value]
trait IterableFactoryDefaults[Value, Set]
trait IterableOps[Value, Set, ValueSet]
trait IterableOnceOps[Value, Set, ValueSet]
trait IterableOnce[Value]
class Object
trait Matchable
class Any
Show all
object ValueSet

Attributes

Inherited from:
Enumeration
Supertypes
trait Serializable
trait SpecificIterableFactory[Value, ValueSet]
trait Factory[Value, ValueSet]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final protected def Value(i: Int, name: String): Value

Attributes

Inherited from:
Enumeration
final protected def Value(name: String): Value

Attributes

Inherited from:
Enumeration
final protected def Value(i: Int): Value

Attributes

Inherited from:
Enumeration
final protected def Value: Value

Attributes

Inherited from:
Enumeration
final def apply(x: Int): Value

Attributes

Inherited from:
Enumeration
final def maxId: Int

Attributes

Inherited from:
Enumeration
protected def readResolve(): AnyRef

Attributes

Inherited from:
Enumeration
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Enumeration -> Any
Inherited from:
Enumeration

Attributes

Inherited from:
Enumeration
final def withName(s: String): Value

Attributes

Inherited from:
Enumeration