Package | Description |
---|---|
org.mongodb.morphia.converters | |
org.mongodb.morphia.geo |
Modifier and Type | Class and Description |
---|---|
class |
BooleanConverter |
class |
ByteConverter |
class |
CharacterConverter |
class |
CharArrayConverter |
class |
ClassConverter |
class |
DateConverter |
class |
DoubleConverter |
class |
EnumConverter |
class |
EnumSetConverter |
class |
FloatConverter |
class |
IntegerConverter |
class |
LocaleConverter |
class |
LongConverter |
class |
ObjectIdConverter
Convert to an ObjectId from string
|
class |
ShortConverter |
class |
StringConverter |
class |
TimestampConverter |
class |
URIConverter |
class |
UUIDConverter
provided by http://code.google.com/p/morphia/issues/detail?id=320
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryConverter
A Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class,
based on the GeoJSON type.
|
class |
GeometryQueryConverter
Converts Point objects into DBObjects for querying only.
|
class |
GeometryShapeConverter
Converter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates.
|
static class |
GeometryShapeConverter.LineStringConverter |
static class |
GeometryShapeConverter.MultiLineStringConverter |
static class |
GeometryShapeConverter.MultiPointConverter |
static class |
GeometryShapeConverter.MultiPolygonConverter
Extends and therefore configures GeometryShapeConverter to provide the specific configuration for converting MultiPolygon objects to
and from MongoDB representations of the GeoJson.
|
static class |
GeometryShapeConverter.PointConverter |
static class |
GeometryShapeConverter.PolygonConverter |
class |
NamedCoordinateReferenceSystemConverter
A Morphia TypeConverter that knows how to turn things that are labelled with the Geometry interface into the correct concrete class,
based on the GeoJSON type.
|
Copyright © 2016. All rights reserved.