c
amf.plugins.document.webapi.validation.AMFRawValidations
AMFValidation
Companion object AMFValidation
class AMFValidation extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMFValidation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
AMFValidation(uri: Option[String], message: Option[String], spec: String, level: String, owlClass: Option[String], owlProperty: Option[String], shape: String, target: String, constraint: String, value: String, ramlErrorMessage: String, openApiErrorMessage: String, severity: String)
- uri
URI of the validation, null to auto-generate
- message
Optional message for the validation
- level
Level: AMF, OpenAPI or RAML
- owlClass
Optional OWL class target of the validation
- owlProperty
Optional OWL property target of the validation
- shape
Type of SHACL shape for the validation
- constraint
URI of the constraint component
- value
Value for the constraint component
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val constraint: String
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val level: String
- val message: Option[String]
-
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()
- val openApiErrorMessage: String
- val owlClass: Option[String]
- val owlProperty: Option[String]
- val ramlErrorMessage: String
- val severity: String
- val shape: String
- val spec: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val uri: Option[String]
- val value: String
-
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()