public class GetterBuilder extends Object
| Constructor and Description |
|---|
GetterBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
createObjectGetter(String className,
Field field) |
static byte[] |
createObjectGetter(String className,
Method method) |
static byte[] |
createPrimitiveGetter(String className,
Field field) |
static byte[] |
createPrimitiveGetter(String className,
Method method) |
public static byte[] createObjectGetter(String className, Field field) throws Exception
Exceptionpublic static byte[] createObjectGetter(String className, Method method) throws Exception
Exceptionpublic static byte[] createPrimitiveGetter(String className, Field field) throws Exception
ExceptionCopyright © 2017. All rights reserved.