public class PrototypeFactory extends Object
| Constructor and Description |
|---|
PrototypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createPrototype(Class<T> type) |
<T> T |
createPrototype(Class<T> type,
PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
createPrototype(PrototypeProperty activeProperty,
Prototype<?> currentPrototype) |
Object |
createPrototype(Type genericType) |
Map<String,Class<?>> |
getGenericTypeArguments(Type genericType) |
public <T> T createPrototype(Class<T> type)
public <T> T createPrototype(Class<T> type, PrototypeProperty activeProperty, Prototype<?> currentPrototype)
public Object createPrototype(PrototypeProperty activeProperty, Prototype<?> currentPrototype)
Copyright © 2014. All rights reserved.