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: JsonLDDecoder[Json], geoJsonDecoder: GeoJsonDecoder[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[Value[Any]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def decode(json: String)(implicit context: ActiveContext): Task[List[Node]]
- def decodeFeature(map: Map[String, Json])(implicit context: ActiveContext): Task[Node]
- def decodeFeatureOption(map: Map[String, Json])(implicit context: ActiveContext): Option[Task[Node]]
- def decodeGeometry(map: Map[String, Json]): Task[Value[Geometry]]
- def decodeGeometryCollection(map: Map[String, Json]): Task[Value[MultiGeometry]]
- def decodeGeometryCoordinates(iri: String, coordinates: List[Json]): Task[Value[Geometry]]
- def decodeGeometryOption(map: Map[String, Json]): Option[Task[Value[Geometry]]]
- def decodeGeometryOption(json: Json): Option[Task[Value[Geometry]]]
-
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
-
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( ... )
- def withJsonProperties(resource: Node, otherJson: ExpandedMap[Json])(implicit activeContext: ActiveContext): Task[Node]
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.