class Neo4j::TypeConverters::DefaultConverter

The default converter to use if there isn’t a specific converter for the type

Public Class Methods

to_java(value) click to toggle source
# File lib/neo4j/type_converters/type_converters.rb, line 43
def to_java(value)
  value
end
to_ruby(value) click to toggle source
# File lib/neo4j/type_converters/type_converters.rb, line 47
def to_ruby(value)
  value
end