object CanonicalWebAPIDialectExporter
Logic that generates a 'canonical' dialect matching the structure in the meta-model for WebAPIs. The goal of this dialect is to match the JSON-LD graph generated after parsing a RAML/OAS file with AMF. This is different from the 'lexical' dialect for editing graph used by LS and generated by the DialectExporter object.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CanonicalWebAPIDialectExporter
- 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
- val DIALECT_FILE: String
- val WELL_KNOWN_VOCABULARIES: Map[String, String]
- val abstractDeclarationsRange: String
- def aggregateExternals(externals: HashMap[String, String], prefix: String, base: String): Unit
- def allowedAnyShapePropertyMapping(propertyTerm: String, isAnyShape: Boolean): Boolean
- def allowedShapePropertyMapping(propertyTerm: String, isBaseShape: Boolean): Boolean
- val anyShapeNodeExtension: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blacklistedMappings: Set[String]
- val blacklistedProperties: Set[String]
- val blacklistedRanges: Set[String]
- def buildNodeMapping(klassName: String, modelObject: Obj): DialectNodeMapping
- def buildPropertyMapping(field: Field): DialectPropertyMapping
- def checkAnyShapeBaseClass(dialectNodeMapping: DialectNodeMapping, stringBuilder: StringBuilder): Boolean
- def checkShapeBaseClass(dialectNodeMapping: DialectNodeMapping, stringBuilder: StringBuilder): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def compact(url: String): (String, String, String)
- val declarations: String
- val endPointExtends: 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
- def main(args: Array[String]): Unit
- def metaTypeToDialectRange(metaType: Type): (String, Boolean)
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var nodeMappings: Map[String, DialectNodeMapping]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val operationExtends: String
- def parseMetaObject(klassName: String): Option[DialectNodeMapping]
- val reflectionsCore: Reflections
- val reflectionsDataNode: Reflections
- val reflectionsShapes: Reflections
- val reflectionsTemplates: Reflections
- val reflectionsWebApi: Reflections
- def renderDialect(): String
- val settingsTypeDiscriminator: String
- val settingsUnionDeclaration: String
- val settingsUnionRange: String
- val shapeNodeExtension: String
- val shapeTypeDiscriminator: String
- val shapeUnionDeclaration: String
- val shapeUnionRange: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toCamelCase(str: String): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()