object RestStructure extends AdtMetadataCompanion[RestStructure]

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]
  2. final case class CustomCase[T](restSchema: RestSchema[T], info: GenCaseInfo[T]) extends Case[T] with Product with Serializable

    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
  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
  5. final class Lazy[Real] extends AnyRef
    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
  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

    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

    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
    Annotations
    @positioned( positioned.here )

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[Real](implicit metadata: RestStructure[Real]): RestStructure[Real]
    Definition Classes
    MetadataCompanion
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. macro def fromApplyUnapplyProvider[T](applyUnapplyProvider: Any): RestStructure[T]
    Definition Classes
    AdtMetadataCompanion
  10. implicit final def fromFallback[Real](implicit fallback: Fallback[RestStructure[Real]]): RestStructure[Real]
    Definition Classes
    MetadataCompanion
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. macro def materialize[T]: RestStructure[T]
    Definition Classes
    AdtMetadataCompanion
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. object Case extends AdtMetadataCompanion[Case]
  24. object NameAndAdjusters extends AdtMetadataCompanion[NameAndAdjusters] with Serializable
  25. object Record extends AdtMetadataCompanion[Record] with Serializable
  26. object Singleton extends AdtMetadataCompanion[Singleton] with Serializable
  27. object Union extends AdtMetadataCompanion[Union] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped