Object/Class

com.avsystem.commons.rest.openapi

Style

Related Docs: class Style | package openapi

Permalink

object Style extends AbstractValueEnumCompanion[Style] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Style
  2. Serializable
  3. Serializable
  4. AbstractValueEnumCompanion
  5. ValueEnumCompanion
  6. AbstractNamedEnumCompanion
  7. NamedEnumCompanion
  8. AbstractSealedEnumCompanion
  9. SealedEnumCompanion
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ValName extends AnyRef

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  2. type Value = Style

    Permalink
    Definition Classes
    ValueEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DeepObject: Value

    Permalink
  5. final val Form: Value

    Permalink
  6. final val Label: Value

    Permalink
  7. final val Matrix: Value

    Permalink
  8. final val PipeDelimited: Value

    Permalink
  9. final val Simple: Value

    Permalink
  10. final val SpaceDelimited: Value

    Permalink
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. lazy val byName: Map[String, Style]

    Permalink

    Returns a map from all case objects names to their instances.

    Returns a map from all case objects names to their instances. Since byName uses caseObjects macro it does NOT guarantee an order of elements. It is also essential to provide unique names for each case object in the sealed hierarchy to retrieve valid hierarchy.

    Definition Classes
    NamedEnumCompanion
  13. macro def caseObjects: List[Style]

    Permalink

    A macro which reifies a list of all case objects of the sealed trait or class T.

    A macro which reifies a list of all case objects of the sealed trait or class T. WARNING: the order of case objects in the resulting list is well defined only for enums that extend OrderedEnum. In such case, the order is consistent with declaration order in source file. However, if the enum is not an OrderedEnum, the order may be arbitrary.

    Attributes
    protected
    Definition Classes
    SealedEnumCompanion
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. implicit lazy val codec: GenCodec[Style]

    Permalink
    Definition Classes
    NamedEnumCompanion
  16. implicit def enumCtx(implicit valName: ValName): EnumCtx

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit def evidence: Style.this.type

    Permalink

    Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.

    Thanks to this implicit, SealedEnumCompanion and its subtraits can be used as typeclasses.

    Definition Classes
    SealedEnumCompanion
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit lazy val keyCodec: GenKeyCodec[Style]

    Permalink
    Definition Classes
    NamedEnumCompanion
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. implicit macro def valName: ValName

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ValueEnumCompanion
  31. final lazy val values: commons.IIndexedSeq[Style]

    Permalink

    Holds an indexed sequence of all enum values, ordered by their ordinal (values(i).ordinal is always equal to i).

    Holds an indexed sequence of all enum values, ordered by their ordinal (values(i).ordinal is always equal to i).

    Definition Classes
    ValueEnumCompanionSealedEnumCompanion
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ValueEnumCompanion[Style]

Inherited from NamedEnumCompanion[Style]

Inherited from SealedEnumCompanion[Style]

Inherited from AnyRef

Inherited from Any

Ungrouped