c

amf.plugins.document.webapi.validation

AMFShapeValidations

class AMFShapeValidations extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AMFShapeValidations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AMFShapeValidations(shape: Shape)

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. def arrayConstraints(context: String, array: ArrayShape): List[ValidationSpecification]
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canonicalShape(): Shape
    Attributes
    protected
  7. def checkArrayType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  8. def checkClosed(validation: ValidationSpecification, shape: NodeShape): ValidationSpecification
    Attributes
    protected
  9. def checkEnum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  10. def checkMaxCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape): ValidationSpecification
    Attributes
    protected
  11. def checkMaxItems(context: String, validation: ValidationSpecification, shape: Shape with ArrayShape): ValidationSpecification
    Attributes
    protected
  12. def checkMaxLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  13. def checkMaximum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  14. def checkMaximumExclusive(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  15. def checkMinCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape): ValidationSpecification
    Attributes
    protected
  16. def checkMinItems(context: String, validation: ValidationSpecification, shape: Shape with ArrayShape): ValidationSpecification
    Attributes
    protected
  17. def checkMinLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  18. def checkMinimum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  19. def checkMinimumExclusive(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  20. def checkObjectType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  21. def checkPattern(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
    Attributes
    protected
  22. def checkScalarType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
    Attributes
    protected
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def effectiveDataType(scalar: Shape): Option[String]
    Attributes
    protected
  25. def emitShapeValidations(context: String, shape: Shape): List[ValidationSpecification]
    Attributes
    protected
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def nilConstraints(context: String, nil: NilShape): List[ValidationSpecification]
    Attributes
    protected
  34. def nodeConstraints(context: String, node: NodeShape): List[ValidationSpecification]
    Attributes
    protected
  35. final def notify(): Unit
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  37. def profile(): ValidationProfile
  38. def recursiveShapeConstraints(context: String, shape: RecursiveShape): List[ValidationSpecification]
    Attributes
    protected
  39. def scalarConstraints(context: String, scalar: ScalarShape): List[ValidationSpecification]
    Attributes
    protected
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def unionConstraints(context: String, union: UnionShape): List[ValidationSpecification]
    Attributes
    protected
  43. def validationId(shape: Shape): String
  44. def validations(): List[ValidationSpecification]
    Attributes
    protected
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped