public class ObjectTypeFactory extends Object
| Constructor and Description |
|---|
ObjectTypeFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearInstance() |
static org.apache.bcel.generic.ObjectType |
getInstance(Class<?> c) |
static org.apache.bcel.generic.ObjectType |
getInstance(String s) |
public static void clearInstance()
public static org.apache.bcel.generic.ObjectType getInstance(Class<?> c)
public static org.apache.bcel.generic.ObjectType getInstance(@DottedClassName String s)
Copyright © 2003–2015. All rights reserved.