Class RemoteParameterConverter
- java.lang.Object
-
- com.buschmais.xo.neo4j.remote.impl.converter.RemoteParameterConverter
-
- All Implemented Interfaces:
TypeConverter
public class RemoteParameterConverter extends Object implements TypeConverter
-
-
Constructor Summary
Constructors Constructor Description RemoteParameterConverter()
-
-
-
Method Detail
-
getType
public Class<?> getType()
- Specified by:
getTypein interfaceTypeConverter
-
convert
public Object convert(Object value)
- Specified by:
convertin interfaceTypeConverter
-
-