public interface Forge
Modifier and Type | Method and Description |
---|---|
<T> T |
construct(Class<T> type)
Construct an instance of the specified type.
|
<T> T construct(Class<T> type)
Construct an instance of the specified type. Objectify uses this method whenever possible to create instances of entities, condition classes, or other types.
Copyright © 2015. All rights reserved.