Object

org.zalando.spark.jsonschema

SchemaConverter

Related Doc: package jsonschema

Permalink

object SchemaConverter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Definitions: String

    Permalink
  5. val Reference: String

    Permalink
  6. val SchemaArrayContents: String

    Permalink
  7. val SchemaFieldId: String

    Permalink
  8. val SchemaFieldName: String

    Permalink
  9. val SchemaFieldType: String

    Permalink
  10. val SchemaRoot: String

    Permalink
  11. val SchemaStructContents: String

    Permalink
  12. val TypeMap: Map[String, Serializable with AbstractDataType]

    Permalink
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def convert(inputSchema: JsObject): StructType

    Permalink
  16. def convert(inputPath: String): StructType

    Permalink
  17. def convertContent(schemaContent: String): StructType

    Permalink
  18. var definitions: JsObject

    Permalink
  19. def disableStrictTyping(): SchemaConverter.type

    Permalink
  20. def enableStrictTyping(): SchemaConverter.type

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getJsonId(json: JsValue): Option[String]

    Permalink
  26. def getJsonName(json: JsValue): Option[String]

    Permalink
  27. def getJsonType(json: JsObject, name: String): SchemaType

    Permalink
  28. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def loadSchemaJson(filePath: String): JsObject

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def traversePath(loc: List[String], path: JsPath): JsPath

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped