public class DynamicClassConstructor<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Class |
type
Type to construct.
|
Constructor and Description |
---|
DynamicClassConstructor(Class type)
Constructor that initialize the
type and compute class setter. |
Modifier and Type | Method and Description |
---|---|
void |
add(T obj,
String key,
org.neo4j.driver.v1.Value value)
Add a property to an object by it's name.
|
T |
construct()
Create a new instance object of type
type . |
protected Class type
Copyright © 2017. All rights reserved.