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 JsonLDPropertyParser(properties: Seq[PropertyShape], sCtx: Option[SemanticContext], path: JsonPath)(implicit ctx: JsonLDParserContext) extends Product with Serializable
  6. case class JsonLDScalarElementParser extends JsonLDBaseElementParser[JsonLDScalarElementBuilder] with Product with Serializable
  7. case class JsonLDSchemaNodeParser(shape: Shape, node: YNode, key: String, path: JsonPath, isRoot: Boolean = false)(implicit ctx: JsonLDParserContext) extends Product with Serializable
  8. case class JsonPath extends Product with Serializable
  9. case class RenderedYValues() extends Product with Serializable
  10. trait ValidatorFactory extends AnyRef

Value Members

  1. object ConfigValidatorFactory extends ValidatorFactory
  2. object JsonLDScalarElementParser extends Serializable
  3. object JsonPath extends Serializable

Ungrouped