package builder

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AnonObj(type: List[ValueType]) extends Type with Product with Serializable
  2. class JsonLDArrayElementBuilder extends JsonLDElementBuilder
  3. abstract class JsonLDElementBuilder extends AnyRef
  4. class JsonLDErrorBuilder extends JsonLDElementBuilder
  5. class JsonLDObjectElementBuilder extends JsonLDElementBuilder
  6. case class JsonLDPropertyBuilder(keyTerm: String, key: String, father: Option[String], element: JsonLDElementBuilder, path: JsonPath, annotation: Annotations) extends Product with Serializable
  7. class JsonLDScalarElementBuilder extends JsonLDElementBuilder
  8. case class PropertyData(propertyElement: JsonLDElement, propertyAnnotations: Annotations) extends Product with Serializable

Ungrouped