package parser
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class JsonLDArrayElementParser(seq: YSequence, path: JsonPath)(implicit ctx: JsonLDParserContext) extends JsonLDBaseElementParser[JsonLDArrayElementBuilder] with Product with Serializable
- abstract class JsonLDBaseElementParser[T <: JsonLDElementBuilder] extends AnyRef
- case class JsonLDObjectElementParser(map: YMap, key: String, path: JsonPath)(implicit ctx: JsonLDParserContext) extends JsonLDBaseElementParser[JsonLDObjectElementBuilder] with Product with Serializable
- class JsonLDParserContext extends ErrorHandlingContext with ParseErrorHandler with IllegalTypeHandler
- case class JsonLDScalarElementParser extends JsonLDBaseElementParser[JsonLDScalarElementBuilder] with Product with Serializable
- case class JsonLDSchemaNodeParser(shape: Shape, node: YNode, key: String, path: JsonPath, isRoot: Boolean = false)(implicit ctx: JsonLDParserContext) extends Product with Serializable
- case class JsonPath extends Product with Serializable
- case class RenderedYValues() extends Product with Serializable
Value Members
- object JsonLDScalarElementParser extends Serializable
- object JsonPath extends Serializable