Packages

package parser

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class JsonLDArrayElementParser(seq: YSequence, path: JsonPath)(implicit ctx: JsonLDParserContext) extends JsonLDBaseElementParser[JsonLDArrayElementBuilder] with Product with Serializable
  2. abstract class JsonLDBaseElementParser[T <: JsonLDElementBuilder] extends AnyRef
  3. case class JsonLDObjectElementParser(map: YMap, key: String, path: JsonPath)(implicit ctx: JsonLDParserContext) extends JsonLDBaseElementParser[JsonLDObjectElementBuilder] with Product with Serializable
  4. class JsonLDParserContext extends ErrorHandlingContext with ParseErrorHandler with IllegalTypeHandler
  5. case class JsonLDScalarElementParser extends JsonLDBaseElementParser[JsonLDScalarElementBuilder] with Product with Serializable
  6. case class JsonLDSchemaNodeParser(shape: Shape, node: YNode, key: String, path: JsonPath, isRoot: Boolean = false)(implicit ctx: JsonLDParserContext) extends Product with Serializable
  7. case class JsonPath extends Product with Serializable
  8. case class RenderedYValues() extends Product with Serializable

Value Members

  1. object JsonLDScalarElementParser extends Serializable
  2. object JsonPath extends Serializable

Ungrouped