class Decoder[Json] extends codec.Decoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- Decoder
- Codec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Decoder(decoder: JsonDecoder[Json])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autodiscoverValue(json: Json): Task[Any]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def decode(json: Json): Task[FeatureCollection[Geometry]]
- def decode(json: String): Task[FeatureCollection[Geometry]]
- def decodeCoordinates(map: Map[String, Json]): List[Json]
- def decodeFeature(map: Map[String, Json]): Task[Feature[Geometry]]
- def decodeFeatureOption(map: Map[String, Json]): Option[Task[Feature[Geometry]]]
- def decodeGeometry(map: Map[String, Json]): Geometry
- def decodeGeometryCollection(map: Map[String, Json]): MultiGeometry
- def decodeGeometryCoordinates(iri: String, coordinates: List[Json]): Geometry
- def decodeGeometryOption(map: Map[String, Json]): Option[Geometry]
- def decodeGeometryOption(json: Json): Option[Geometry]
- def decodeLine(coordinates: List[Json]): Line
- def decodeMultiLine(coordinates: List[Json]): MultiLine
- def decodeMultiPoint(coordinates: List[Json]): MultiPoint
- def decodeMultiPolygon(coordinates: List[Json]): MultiPolygon
- def decodePoint(coordinates: List[Json]): Point
- def decodePolygon(coordinates: List[Json]): Polygon
- val decoder: JsonDecoder[Json]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonToLine(json: Json): Option[Line]
- def jsonToMultiGeometry(json: Json): Option[MultiGeometry]
- def jsonToMultiLine(json: Json): Option[MultiLine]
- def jsonToMultiPoint(json: Json): Option[MultiPoint]
- def jsonToMultiPolygon(json: Json): Option[MultiPolygon]
- def jsonToPoint(json: Json): Option[Point]
- def jsonToPolygon(json: Json): Option[Polygon]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.