object JsonSchemaBasedSpecGraphParsePlugin extends BaseJsonLDSchemaGraphParsePlugin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonSchemaBasedSpecGraphParsePlugin
- BaseJsonLDSchemaGraphParsePlugin
- AMFGraphParsePlugin
- Serializable
- Serializable
- Product
- Equals
- AMFParsePlugin
- AMFPlugin
- 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
aliases: Map[String, String]
- Attributes
- protected
- Definition Classes
- AMFGraphParsePlugin
-
def
allowRecursiveReferences: Boolean
- Definition Classes
- AMFGraphParsePlugin → AMFParsePlugin
-
def
applies(element: Root): Boolean
- Definition Classes
- BaseJsonLDSchemaGraphParsePlugin → AMFGraphParsePlugin → AMFPlugin
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
effectiveUnitUrl(location: String, options: ParsingOptions): String
- Attributes
- protected
- Definition Classes
- AMFGraphParsePlugin
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- AMFPlugin → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
val
id: String
- Definition Classes
- AMFParsePlugin → AMFPlugin
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mediaTypes: Seq[String]
- Definition Classes
- JsonSchemaBasedSpecGraphParsePlugin → AMFGraphParsePlugin → AMFParsePlugin
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
parse(document: Root, ctx: ParserContext): BaseUnit
- Definition Classes
- BaseJsonLDSchemaGraphParsePlugin → AMFGraphParsePlugin → AMFParsePlugin
-
def
priority: PluginPriority
Given that most of these specs has no entry to identify if the document parse plugin should apply or not and it always returns true, I need to increase the priority of graph parser.
Given that most of these specs has no entry to identify if the document parse plugin should apply or not and it always returns true, I need to increase the priority of graph parser. The applies of graph parser is correctly implemented. If not, some JSON-LDs could be processed as they are JSON instances of the specs
- Definition Classes
- JsonSchemaBasedSpecGraphParsePlugin → AMFGraphParsePlugin → AMFPlugin
-
def
referenceHandler(eh: AMFErrorHandler): ReferenceHandler
- Definition Classes
- AMFGraphParsePlugin → AMFParsePlugin
-
def
spec: Spec
- Definition Classes
- AMFGraphParsePlugin → AMFParsePlugin
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
validSpecsToReference: Seq[Spec]
- Definition Classes
- AMFGraphParsePlugin → AMFParsePlugin
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withIdAdoption: Boolean
- Definition Classes
- AMFGraphParsePlugin → AMFParsePlugin
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated