object SyamlForJsonLDSyntaxParsePlugin extends SyamlSyntaxParsePlugin
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SyamlForJsonLDSyntaxParsePlugin
- SyamlSyntaxParsePlugin
- PlatformSecrets
- SyamlSyntaxBasePlugin
- AMFSyntaxParsePlugin
- 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
-
def
applies(element: CharSequence): Boolean
Need to override applies method because GraphQL, GraphQL Federation & GRPC syntax plugins return applies true for ALL strings, same as SYAML.
Need to override applies method because GraphQL, GraphQL Federation & GRPC syntax plugins return applies true for ALL strings, same as SYAML. We need some sort of syntax detection otherwise we will not be able to parse GraphQL, GRPC, etc. and JSON-LD in the same configuration. Doing that syntax detection here
- element
input
- Definition Classes
- SyamlForJsonLDSyntaxParsePlugin → SyamlSyntaxParsePlugin → AMFPlugin
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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()
-
def
getFormat(mediaType: String): String
- Attributes
- protected
- Definition Classes
- SyamlSyntaxBasePlugin
-
def
graphSyntax: Seq[String]
- Attributes
- protected
- Definition Classes
- SyamlSyntaxBasePlugin
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
val
id: String
- Definition Classes
- SyamlSyntaxParsePlugin → AMFPlugin
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mainMediaType: String
- Definition Classes
- SyamlSyntaxParsePlugin → AMFSyntaxParsePlugin
-
def
mediaTypes: Seq[String]
- Definition Classes
- SyamlSyntaxParsePlugin → AMFSyntaxParsePlugin
-
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(text: CharSequence, mediaType: String, ctx: ParserContext): ParsedDocument
- Definition Classes
- SyamlSyntaxParsePlugin → AMFSyntaxParsePlugin
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
priority: PluginPriority
- Definition Classes
- SyamlSyntaxParsePlugin → AMFPlugin
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated