class JvmPayloadValidator extends PlatformPayloadValidator with PlatformSchemaValidator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JvmPayloadValidator
- PlatformSchemaValidator
- PlatformPayloadValidator
- AnyRef
- Any
- 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
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findPolymorphicEffectiveShape(polymorphicUnion: Seq[Shape], currentDataNode: DataNode): Option[Shape]
- Definition Classes
- PlatformSchemaValidator
-
def
findPolymorphicShape(anyShape: AnyShape, payload: DataNode): AnyShape
- Definition Classes
- PlatformSchemaValidator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isFileShape: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var jsonSchemasMap: Map[String, Schema]
-
def
literalRepresentation(payload: PayloadFragment): Option[String]
- Definition Classes
- PlatformSchemaValidator
-
def
loadDataNodeString(payload: PayloadFragment): AnyRef
- Attributes
- protected
-
def
loadJson(text: String): AnyRef
- Attributes
- protected
-
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()
-
def
parseShape(fragmentShape: Shape): Option[Schema]
- Attributes
- protected
- val polymorphic: Boolean
-
def
shapeJsonSchema(effectiveShape: Shape): Option[Schema]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validate(validationCandidates: Seq[ValidationCandidate], profile: ValidationProfile): Future[AMFValidationReport]
- Definition Classes
- JvmPayloadValidator → PlatformSchemaValidator
-
def
validate(mediaType: String, payload: String): Boolean
- Definition Classes
- JvmPayloadValidator → PlatformPayloadValidator
-
def
validateNotPolymorphic(mediaType: String, payload: String): Boolean
- Attributes
- protected
-
def
validatePolymorphic(mediaType: String, payload: String): Boolean
- Attributes
- protected
- val validator: Validator
-
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
- @native() @throws( ... )