Object

com.github.andyglow.jsonschema

AsRaw

Related Doc: package jsonschema

Permalink

object AsRaw extends AsValue with AsDraftSupport

Linear Supertypes
AsDraftSupport, AsValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsRaw
  2. AsDraftSupport
  3. AsValue
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def apply(x: Schema[_], includeType: Boolean, isRoot: Boolean): obj

    Permalink
    Definition Classes
    AsDraftSupport
  5. def apply(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buildRef(ref: String): String

    Permalink
    Definition Classes
    AsDraftSupport
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def inferDefinition(x: def[_]): (String, obj)

    Permalink
    Definition Classes
    AsDraftSupport
  14. def inferDefinitions(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  15. val inferSpecifics: PartialFunction[(Option[Def[_, _]], Schema[_], Boolean), obj]

    Permalink
    Definition Classes
    AsDraftSupport
  16. def inferValidations(x: Schema[_]): (obj, Option[Def[_, _]])

    Permalink
    Definition Classes
    AsDraftSupport
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def mkAllOf(pp: Option[Def[_, _]], x: allof[_], isRoot: Boolean): obj

    Permalink
    Definition Classes
    AsDraftSupport
  19. def mkArr(pp: Option[Def[_, _]], comp: Schema[_], unique: Boolean): obj

    Permalink
    Definition Classes
    AsDraftSupport
  20. def mkDict(pp: Option[Def[_, _]], comp: Schema[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  21. def mkEnum(pp: Option[Def[_, _]], x: enum[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  22. def mkLazyRef(pp: Option[Def[_, _]], x: ref[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  23. def mkNot(pp: Option[Def[_, _]], x: not[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  24. def mkObj(pp: Option[Def[_, _]], x: object[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  25. def mkOneOf(pp: Option[Def[_, _]], x: oneof[_], isRoot: Boolean): obj

    Permalink
    Definition Classes
    AsDraftSupport
  26. def mkRef(pp: Option[Def[_, _]], x: def[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  27. def mkStr(pp: Option[Def[_, _]], x: string[_]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  28. def mkValueClass(pp: Option[Def[_, _]], x: value-class[_, _]): obj

    Permalink
    Definition Classes
    AsDraftSupport
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def schema(x: Schema[_]): obj

    Permalink
    Definition Classes
    AsRawAsValue
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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 AsDraftSupport

Inherited from AsValue

Inherited from AnyRef

Inherited from Any

Ungrouped