Object/Trait

com.avsystem.commons.rest.openapi

RestStructure

Related Docs: trait RestStructure | package openapi

Permalink

object RestStructure extends AdtMetadataCompanion[RestStructure]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RestStructure
  2. AdtMetadataCompanion
  3. MetadataCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Case[T] extends TypedMetadata[T]

    Permalink
  2. case class CustomCase[T](restSchema: RestSchema[T], info: GenCaseInfo[T]) extends Case[T] with Product with Serializable

    Permalink

    Will be inferred for case types that already have RestSchema defined directly.

    Will be inferred for case types that already have RestSchema defined directly.

    Annotations
    @positioned( positioned.here )
  3. case class DefaultValueInfo[T](defaultValue: DefaultValue[T], asJson: AsRaw[JsonValue, T]) extends TypedMetadata[T] with Product with Serializable

    Permalink
  4. case class Field[T](info: GenParamInfo[T], restSchema: RestSchema[T], whenAbsentInfo: commons.Opt[WhenAbsentInfo[T]], defaultValueInfo: commons.Opt[DefaultValueInfo[T]], schemaAdjusters: List[SchemaAdjuster]) extends TypedMetadata[T] with Product with Serializable

    Permalink
  5. final class Lazy[Real] extends AnyRef

    Permalink
    Definition Classes
    MetadataCompanion
  6. case class Record[T](schemaAdjusters: List[SchemaAdjuster], fields: List[Field[_]], info: GenCaseInfo[T]) extends RestStructure[T] with Case[T] with Product with Serializable

    Permalink

    Will be inferred for types having apply/unapply(Seq) pair in their companion.

    Will be inferred for types having apply/unapply(Seq) pair in their companion.

    Annotations
    @positioned( positioned.here )
  7. case class Singleton[T](schemaAdjusters: List[SchemaAdjuster], value: ValueOf[T], info: GenCaseInfo[T]) extends RestStructure[T] with Case[T] with Product with Serializable

    Permalink

    Will be inferred for singleton types (objects).

    Will be inferred for singleton types (objects).

    Annotations
    @positioned( positioned.here )
  8. case class Union[T](schemaAdjusters: List[SchemaAdjuster], cases: List[Case[_]], info: GenUnionInfo[T]) extends RestStructure[T] with Product with Serializable

    Permalink
    Annotations
    @positioned( positioned.here )

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. object Case extends AdtMetadataCompanion[Case]

    Permalink
  5. object Record extends AdtMetadataCompanion[Record] with Serializable

    Permalink
  6. object Singleton extends AdtMetadataCompanion[Singleton] with Serializable

    Permalink
  7. object Union extends AdtMetadataCompanion[Union] with Serializable

    Permalink
  8. final def apply[Real](implicit metadata: RestStructure[Real]): RestStructure[Real]

    Permalink
    Definition Classes
    MetadataCompanion
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit final def fromFallback[Real](implicit fallback: Fallback[RestStructure[Real]]): RestStructure[Real]

    Permalink
    Definition Classes
    MetadataCompanion
  15. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  18. macro def materialize[T]: RestStructure[T]

    Permalink
    Definition Classes
    AdtMetadataCompanion
  19. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped