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