org.neo4j.server.rest.transactional
Class Neo4jJsonCodec

java.lang.Object
  extended by org.codehaus.jackson.ObjectCodec
      extended by org.codehaus.jackson.map.ObjectMapper
          extended by org.neo4j.server.rest.transactional.Neo4jJsonCodec
All Implemented Interfaces:
org.codehaus.jackson.Versioned

public class Neo4jJsonCodec
extends org.codehaus.jackson.map.ObjectMapper


Nested Class Summary
 
Nested classes/interfaces inherited from class org.codehaus.jackson.map.ObjectMapper
org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder, org.codehaus.jackson.map.ObjectMapper.DefaultTyping
 
Field Summary
 
Fields inherited from class org.codehaus.jackson.map.ObjectMapper
_deserializationConfig, _deserializerProvider, _injectableValues, _jsonFactory, _rootDeserializers, _serializationConfig, _serializerFactory, _serializerProvider, _subtypeResolver, _typeFactory, DEFAULT_ANNOTATION_INTROSPECTOR, DEFAULT_INTROSPECTOR, STD_VISIBILITY_CHECKER
 
Constructor Summary
Neo4jJsonCodec()
           
 
Method Summary
 void writeValue(org.codehaus.jackson.JsonGenerator out, Object value)
           
 
Methods inherited from class org.codehaus.jackson.map.ObjectMapper
_configAndWriteValue, _configAndWriteValue, _convert, _createDeserializationContext, _defaultPrettyPrinter, _findRootDeserializer, _initForReading, _readMapAndClose, _readValue, _unwrapAndDeserialize, canDeserialize, canSerialize, configure, configure, configure, configure, constructType, convertValue, convertValue, convertValue, copyDeserializationConfig, copySerializationConfig, createArrayNode, createObjectNode, defaultPrettyPrintingWriter, disable, disable, disableDefaultTyping, enable, enable, enableDefaultTyping, enableDefaultTyping, enableDefaultTyping, enableDefaultTypingAsProperty, filteredWriter, generateJsonSchema, generateJsonSchema, getDeserializationConfig, getDeserializerProvider, getJsonFactory, getNodeFactory, getSerializationConfig, getSerializerProvider, getSubtypeResolver, getTypeFactory, getVisibilityChecker, isEnabled, isEnabled, isEnabled, isEnabled, prettyPrintingWriter, reader, reader, reader, reader, reader, reader, reader, readerForUpdating, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readTree, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValue, readValues, readValues, readValues, registerModule, registerSubtypes, registerSubtypes, schemaBasedReader, schemaBasedWriter, setAnnotationIntrospector, setDateFormat, setDefaultTyping, setDeserializationConfig, setDeserializerProvider, setFilters, setHandlerInstantiator, setInjectableValues, setNodeFactory, setPropertyNamingStrategy, setSerializationConfig, setSerializationInclusion, setSerializerFactory, setSerializerProvider, setSubtypeResolver, setTypeFactory, setVisibility, setVisibilityChecker, treeAsTokens, treeToValue, typedWriter, typedWriter, typedWriter, updatingReader, valueToTree, version, viewWriter, withModule, writer, writer, writer, writer, writer, writerWithDefaultPrettyPrinter, writerWithType, writerWithType, writerWithType, writerWithView, writeTree, writeTree, writeValue, writeValue, writeValue, writeValue, writeValueAsBytes, writeValueAsString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jJsonCodec

public Neo4jJsonCodec()
Method Detail

writeValue

public void writeValue(org.codehaus.jackson.JsonGenerator out,
                       Object value)
                throws IOException
Overrides:
writeValue in class org.codehaus.jackson.map.ObjectMapper
Throws:
IOException


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.