public class TemplateMethodFactory extends Object
Constructor and Description |
---|
TemplateMethodFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
createByMethod(Object template,
Class<T> c)
Deprecated.
|
public static <T> T createByMethod(Object template, Class<T> c) throws SecurityException, NoSuchMethodException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
Copyright © 2010–2017. All rights reserved.