com.almende.eve.rpc.jsonrpc.jackson
Class JOM

java.lang.Object
  extended by com.almende.eve.rpc.jsonrpc.jackson.JOM

public class JOM
extends Object


Constructor Summary
protected JOM()
           
 
Method Summary
static com.fasterxml.jackson.databind.node.ArrayNode createArrayNode()
           
static com.fasterxml.jackson.databind.node.NullNode createNullNode()
           
static com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()
           
static com.fasterxml.jackson.databind.ObjectMapper getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOM

protected JOM()
Method Detail

getInstance

public static com.fasterxml.jackson.databind.ObjectMapper getInstance()

createObjectNode

public static com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()

createArrayNode

public static com.fasterxml.jackson.databind.node.ArrayNode createArrayNode()

createNullNode

public static com.fasterxml.jackson.databind.node.NullNode createNullNode()


Copyright © 2013 Almende BV. All Rights Reserved.