public class PrototypeFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_HASH_SIZE |
| Constructor and Description |
|---|
PrototypeFactory() |
PrototypeFactory(List<String> classNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClass(Class c) |
static boolean |
compareHash(byte[] a,
byte[] b) |
Class |
getClass(byte[] hash) |
static byte[] |
getClassHash(Class type) |
Object |
getInstance(byte[] hash) |
static Object |
getInstance(Class c) |
public static final int CLASS_HASH_SIZE
Copyright © 2021. All rights reserved.