Uses of Interface
dev.morphia.converters.SimpleValueConverter
-
Packages that use SimpleValueConverter Package Description dev.morphia.converters dev.morphia.geo -
-
Uses of SimpleValueConverter in dev.morphia.converters
Classes in dev.morphia.converters that implement SimpleValueConverter Modifier and Type Class Description classBigDecimalConverterThis provides a conversion to/from BigDecimal in applications using the Decimal128 type introduced in the 3.4.0 release of MongoDB.classBooleanConverterclassByteConverterclassCharacterConverterclassCharArrayConverterclassClassConverterclassCurrencyConverterclassDateConverterclassDoubleConverterclassEnumConverterclassEnumSetConverterclassFloatConverterclassInstantConverterThis converter will take aInstantand convert it to a java.util.Date instance.classIntegerConverterclassLocalDateConverterProvides a converter forLocalDateconverting the value to the Date at the start of that day.classLocalDateTimeConverterProvides a converter forLocalDateTimeconverting the value to a Date.classLocaleConverterConverts a Locale to/from a valid database structure.classLocalTimeConverterProvides a converter forLocalTimeand convert it to its numeric form of milliseconds since midnight.classLongConverterclassObjectIdConverterConvert to an ObjectId from stringclassShortConverterclassStringConverterclassTimestampConverterclassURIConverterclassUUIDConverterprovided by http://code.google.com/p/morphia/issues/detail?id=320 -
Uses of SimpleValueConverter in dev.morphia.geo
Classes in dev.morphia.geo that implement SimpleValueConverter Modifier and Type Class Description classGeometryConverterA 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.classGeometryQueryConverterConverts Point objects into DBObjects for querying only.classGeometryShapeConverterConverter that understands most Geometry instances are effectively just lists of either other geometry objects or double coordinates.static classGeometryShapeConverter.LineStringConverterDefines a new LineStringConverter.static classGeometryShapeConverter.MultiLineStringConverterDefines a new MultiLineStringConverter.static classGeometryShapeConverter.MultiPointConverterDefines a new MultiPointConverter.static classGeometryShapeConverter.MultiPolygonConverterExtends and therefore configures GeometryShapeConverter to provide the specific configuration for converting MultiPolygon objects to and from MongoDB representations of the GeoJson.static classGeometryShapeConverter.PointConverterDefines a new PointConverter.static classGeometryShapeConverter.PolygonConverterDefines a new PolygonConverter.classNamedCoordinateReferenceSystemConverterA 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.
-