class JvmPayloadValidator extends PlatformPayloadValidator with PlatformSchemaValidator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JvmPayloadValidator
  2. PlatformSchemaValidator
  3. PlatformPayloadValidator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JvmPayloadValidator(shape: AnyShape)

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def findPolymorphicEffectiveShape(polymorphicUnion: Seq[Shape], currentDataNode: DataNode): Option[Shape]
    Definition Classes
    PlatformSchemaValidator
  10. def findPolymorphicShape(anyShape: AnyShape, payload: DataNode): Shape
    Definition Classes
    PlatformSchemaValidator
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  13. val isFileShape: Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. var jsonSchemasMap: Map[String, Schema]
  16. def literalRepresentation(payload: PayloadFragment): Option[String]
    Definition Classes
    PlatformSchemaValidator
  17. def loadDataNodeString(payload: PayloadFragment): AnyRef
    Attributes
    protected
  18. def loadJson(text: String): AnyRef
    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  22. def parseShape(fragmentShape: Shape): Option[Schema]
    Attributes
    protected
  23. val polymorphic: Boolean
  24. def shapeJsonSchema(effectiveShape: Shape): Option[Schema]
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def validate(validationCandidates: Seq[ValidationCandidate], profile: ValidationProfile): Future[AMFValidationReport]
  28. def validate(mediaType: String, payload: String): Boolean
  29. def validateNotPolymorphic(mediaType: String, payload: String): Boolean
    Attributes
    protected
  30. def validatePolymorphic(mediaType: String, payload: String): Boolean
    Attributes
    protected
  31. val validator: Validator
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PlatformSchemaValidator

Inherited from PlatformPayloadValidator

Inherited from AnyRef

Inherited from Any

Ungrouped