Package

org.locationtech.geomesa.convert

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseJsonField[T] extends Field

    Permalink
  2. case class BooleanJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Boolean] with Product with Serializable

    Permalink
  3. case class DoubleJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Double] with Product with Serializable

    Permalink
  4. case class FloatJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Float] with Product with Serializable

    Permalink
  5. trait GeoJsonParsing extends AnyRef

    Permalink
  6. case class GeometryJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Geometry] with GeoJsonParsing with Product with Serializable

    Permalink
  7. case class IntJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Integer] with Product with Serializable

    Permalink
  8. case class JsonArrayField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[JsonArray] with Product with Serializable

    Permalink
  9. class JsonFunctionFactory extends TransformerFunctionFactory

    Permalink
  10. class JsonMapListFunctionFactory extends TransformerFunctionFactory with MapListParsing

    Permalink
  11. case class JsonObjectField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[JsonObject] with Product with Serializable

    Permalink
  12. class JsonSimpleFeatureConverter extends ToSimpleFeatureConverter[String]

    Permalink
  13. class JsonSimpleFeatureConverterFactory extends AbstractSimpleFeatureConverterFactory[String]

    Permalink
  14. case class LongJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[Long] with Product with Serializable

    Permalink
  15. case class StringJsonField(name: String, expression: JsonPath, jsonConfig: Configuration, transform: Expr, pathIsRoot: Boolean) extends BaseJsonField[String] with Product with Serializable

    Permalink

Value Members

  1. object JsonField

    Permalink

Ungrouped