Spring Data Neo4j

org.springframework.data.neo4j.support
Class ParameterCheck

java.lang.Object
  extended by org.springframework.data.neo4j.support.ParameterCheck

public class ParameterCheck
extends Object

Since:
17.10.11
Author:
mh

Constructor Summary
ParameterCheck()
           
 
Method Summary
static void notNull(Object... pairs)
           
static void notNull(Object value, String msg)
           
static void notNull(Object value, String msg, Object value2, String msg2)
           
static void notNull(Object value, String msg, Object value2, String msg2, Object value3, String msg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterCheck

public ParameterCheck()
Method Detail

notNull

public static void notNull(Object value,
                           String msg)

notNull

public static void notNull(Object value,
                           String msg,
                           Object value2,
                           String msg2)

notNull

public static void notNull(Object value,
                           String msg,
                           Object value2,
                           String msg2,
                           Object value3,
                           String msg3)

notNull

public static void notNull(Object... pairs)

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.