Package com.redis.om.spring.convert
Class PointToBytesConverter
java.lang.Object
com.redis.om.spring.convert.PointToBytesConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.data.geo.Point,byte[]>
@Component
@WritingConverter
public class PointToBytesConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.springframework.data.geo.Point,byte[]>
-
Constructor Details
-
PointToBytesConverter
public PointToBytesConverter()
-
-
Method Details
-
convert
public byte[] convert(org.springframework.data.geo.Point source) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<org.springframework.data.geo.Point,byte[]>
-