com
.
github
.
andyglow
.
jsonschema
AsDraftSupport
Related Doc:
package jsonschema
trait
AsDraftSupport
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
AsDraft04
,
AsDraft06
,
AsDraft07
Ordering
Alphabetic
By Inheritance
Inherited
AsDraftSupport
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
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 information
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
[_]
,
includeType:
Boolean
)
:
obj
def
apply
(
x:
Schema
[_]
)
:
obj
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
def
ensuring
(
cond: (
AsDraftSupport
) ⇒
Boolean
,
msg: ⇒
Any
)
:
AsDraftSupport
Implicit information
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 information
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 information
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 information
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
formatted
(
fmtstr:
String
)
:
String
Implicit information
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
@HotSpotIntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
inferDefinition
(
x:
ref
[_]
)
: (
String
,
obj
)
def
inferDefinitions
(
x:
Schema
[_]
)
:
obj
val
inferSpecifics
:
PartialFunction
[(
Option
[
ValidationDef
[_, _]],
Schema
[_]),
obj
]
def
inferValidations
(
x:
Schema
[_]
)
: (
obj
,
Option
[
ValidationDef
[_, _]])
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
mkAllOf
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
allof
[_]
)
:
obj
def
mkArr
(
pp:
Option
[
ValidationDef
[_, _]]
,
comp:
Schema
[_]
)
:
obj
def
mkEnum
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
enum
[_]
)
:
obj
def
mkIntMap
(
pp:
Option
[
ValidationDef
[_, _]]
,
comp:
Schema
[_]
)
:
obj
def
mkNot
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
not
[_]
)
:
obj
def
mkObj
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
object
[_]
)
:
obj
def
mkOneOf
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
oneof
[_]
)
:
obj
def
mkRef
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
ref
[_]
)
:
obj
def
mkSet
(
pp:
Option
[
ValidationDef
[_, _]]
,
comp:
Schema
[_]
)
:
obj
def
mkStr
(
pp:
Option
[
ValidationDef
[_, _]]
,
x:
string
[_]
)
:
obj
def
mkStrMap
(
pp:
Option
[
ValidationDef
[_, _]]
,
comp:
Schema
[_]
)
:
obj
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
→
[
B
]
(
y:
B
)
: (
AsDraftSupport
,
B
)
Implicit information
This member is added by an implicit conversion from
AsDraftSupport
to
ArrowAssoc
[
AsDraftSupport
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Deprecated Value Members
def
finalize
()
:
Unit
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
Inherited by implicit conversion any2stringadd from
AsDraftSupport
to
any2stringadd
[
AsDraftSupport
]
Inherited by implicit conversion StringFormat from
AsDraftSupport
to
StringFormat
[
AsDraftSupport
]
Inherited by implicit conversion Ensuring from
AsDraftSupport
to
Ensuring
[
AsDraftSupport
]
Inherited by implicit conversion ArrowAssoc from
AsDraftSupport
to
ArrowAssoc
[
AsDraftSupport
]
Ungrouped