Object/Trait

io.udash.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. final 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. final case class DefaultValueInfo[T](defaultValue: DefaultValue[T], asJson: AsRaw[JsonValue, T]) extends TypedMetadata[T] with Product with Serializable

    Permalink
  4. final case class Field[T](info: GenParamInfo[T], restSchema: RestSchema[T], whenAbsentInfo: com.avsystem.commons.Opt[WhenAbsentInfo[T]], defaultValueInfo: com.avsystem.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. final case class NameAndAdjusters[T](sourceName: String, annotName: com.avsystem.commons.Opt[name], schemaAdjusters: List[SchemaAdjuster]) extends TypedMetadata[T] with Product with Serializable

    Permalink
  7. final 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 )
  8. final 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 )
  9. final 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 NameAndAdjusters extends AdtMetadataCompanion[NameAndAdjusters] with Serializable

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. macro def fromApplyUnapplyProvider[T](applyUnapplyProvider: Any): RestStructure[T]

    Permalink
    Definition Classes
    AdtMetadataCompanion
  15. implicit final def fromFallback[Real](implicit fallback: Fallback[RestStructure[Real]]): RestStructure[Real]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  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( ... )
  27. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped