| Package | Description |
|---|---|
| com.codebox.bean |
Java Bean Tester Package contains static classes for running tests against java beans.
|
| com.codebox.enums |
Java Bean Tester Package contains enums for use by javabean tester.
|
| com.codebox.instance |
Java Bean Tester Package contains wrapped instances for use by javabean tester.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
ValueBuilder.buildValue(Class<T> clazz,
LoadType loadType)
Builds the value.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadType |
LoadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadType[] |
LoadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Object |
ClassInstance.buildValue(Class<R> returnType,
LoadType loadType)
Builds the value.
|
Copyright © 2012–2020 hazendaz. All rights reserved.