com.neeve.util
Class UtlObjectGraph.BuiltInHandler

java.lang.Object
  extended by com.neeve.util.UtlObjectGraph.BuiltInHandler
Enclosing class:
UtlObjectGraph

public static class UtlObjectGraph.BuiltInHandler
extends Object

The default handler for object population.


Constructor Summary
UtlObjectGraph.BuiltInHandler()
           
 
Method Summary
static byte[] createRandomByteArray(int maxLength, Random random)
           
static short[] createRandomShortArray(int maxLength, Random random)
           
static
<T> T
getRandomValue(Class<T> paramClass, Random random)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtlObjectGraph.BuiltInHandler

public UtlObjectGraph.BuiltInHandler()
Method Detail

getRandomValue

public static <T> T getRandomValue(Class<T> paramClass,
                                   Random random)

createRandomByteArray

public static final byte[] createRandomByteArray(int maxLength,
                                                 Random random)

createRandomShortArray

public static final short[] createRandomShortArray(int maxLength,
                                                   Random random)


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.