package decode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- decode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Decode[A] extends AnyRef
- abstract class DecodeException extends Exception
- trait DecodeJson[A] extends Decode[A]
- trait DecodeJsonLD[A] extends Decode[A]
- trait DecodeText[A] extends Decode[A]
- abstract class NotAcceptable extends DecodeException
Value Members
- def fromGeoJson(obj: JsonObject): Option[Geometry]
- def fromGeoJson(json: Json): Option[Geometry]
- object DecodeJson
- object DecodeJsonLD
- object DecodeText