Package dev.morphia.converters
Interface SimpleValueConverter
-
- All Known Implementing Classes:
BigDecimalConverter,BooleanConverter,ByteConverter,CharacterConverter,CharArrayConverter,ClassConverter,CurrencyConverter,DateConverter,DoubleConverter,EnumConverter,EnumSetConverter,FloatConverter,GeometryConverter,GeometryQueryConverter,GeometryShapeConverter,GeometryShapeConverter.LineStringConverter,GeometryShapeConverter.MultiLineStringConverter,GeometryShapeConverter.MultiPointConverter,GeometryShapeConverter.MultiPolygonConverter,GeometryShapeConverter.PointConverter,GeometryShapeConverter.PolygonConverter,InstantConverter,IntegerConverter,LocalDateConverter,LocalDateTimeConverter,LocaleConverter,LocalTimeConverter,LongConverter,NamedCoordinateReferenceSystemConverter,ObjectIdConverter,ShortConverter,StringConverter,TimestampConverter,URIConverter,UUIDConverter
public interface SimpleValueConverterMarker interface that the TypeConverter returns simple values (int/long, string, etc...)- Author:
- ScottHernandez