trait AsDraftSupport extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsDraftSupport
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ParentSchema = Option[Schema[_]]
- class ValidationList extends AnyRef
Abstract Value Members
- abstract def mkStr(vl: ValidationList, x: string[_], par: ParentSchema): obj
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to any2stringadd[AsDraftSupport] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AsDraftSupport, B)
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to ArrowAssoc[AsDraftSupport] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(x: Schema[_], parent: ParentSchema, includeType: Boolean, isRoot: Boolean): obj
- def apply(x: Schema[_]): obj
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildRef(ref: String): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (AsDraftSupport) ⇒ Boolean, msg: ⇒ Any): AsDraftSupport
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to Ensuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AsDraftSupport) ⇒ Boolean): AsDraftSupport
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to Ensuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AsDraftSupport
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to Ensuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AsDraftSupport
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to Ensuring[AsDraftSupport] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to StringFormat[AsDraftSupport] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inferDefinition(x: def[_], par: ParentSchema): (String, obj)
- def inferDefinitions(x: Schema[_]): obj
- val inferSpecifics: PartialFunction[(ValidationList, Schema[_], ParentSchema, Boolean), obj]
- def inferValidations(x: Schema[_]): ValidationList
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mkAllOf(vl: ValidationList, x: allof[_], isRoot: Boolean, par: ParentSchema): obj
- def mkArr(vl: ValidationList, comp: Schema[_], unique: Boolean, par: ParentSchema): obj
- def mkDef(vl: ValidationList, x: def[_], par: ParentSchema): obj
- def mkDict(vl: ValidationList, comp: Schema[_], par: ParentSchema): obj
- def mkEnum(vl: ValidationList, x: enum[_], par: ParentSchema): obj
- def mkNot(vl: ValidationList, x: not[_], par: ParentSchema): obj
- def mkObj(vl: ValidationList, x: object[_], par: ParentSchema): obj
- def mkOneOf(vl: ValidationList, x: oneof[_], isRoot: Boolean, par: ParentSchema): obj
- def mkRef(vl: ValidationList, x: ref[_], par: ParentSchema): obj
- def mkValueClass(vl: ValidationList, x: value-class[_, _], par: ParentSchema): obj
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (AsDraftSupport, B)
- Implicit
- This member is added by an implicit conversion from AsDraftSupport to ArrowAssoc[AsDraftSupport] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc