Packages

o

com.github.andyglow.jsonschema

ParseJsonSchema

object ParseJsonSchema

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

Type Members

  1. case class InvalidEnumType(value: String) extends Exception with Product with Serializable
  2. implicit final class MapOps extends AnyVal
  3. implicit final class OptionOps[T] extends AnyVal

Value Members

  1. def apply(x: Value, checkSchema: Boolean = true): Try[Schema[_]]
  2. def apply(x: InputStream): Try[Schema[_]]
  3. def apply(x: String): Try[Schema[_]]