|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.kopitubruk.util.json.ReflectUtil
public class ReflectUtil
Some reflection utility constants to be used with
JSONConfig.setReflectionPrivacy(int) and
JSONConfigDefaults.setReflectionPrivacy(int)
| Field Summary | |
|---|---|
static int |
PACKAGE
Reflection will attempt to serialize package private, protected and public fields or fields that have package private, protected or public get methods that conform to JavaBean naming conventions. |
static int |
PRIVATE
Reflection will attempt to serialize all fields including private. |
static int |
PROTECTED
Reflection will attempt to serialize protected and public fields or fields that have protected or public get methods that conform to JavaBean naming conventions. |
static int |
PUBLIC
Reflection will attempt to serialize only fields that are public or have public get methods that conform to JavaBean naming conventions. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PRIVATE
JSONConfig.setReflectionPrivacy(int),
JSONConfigDefaults.setReflectionPrivacy(int),
Constant Field Valuespublic static final int PACKAGE
JSONConfig.setReflectionPrivacy(int),
JSONConfigDefaults.setReflectionPrivacy(int),
Constant Field Valuespublic static final int PROTECTED
JSONConfig.setReflectionPrivacy(int),
JSONConfigDefaults.setReflectionPrivacy(int),
Constant Field Valuespublic static final int PUBLIC
JSONConfig.setReflectionPrivacy(int),
JSONConfigDefaults.setReflectionPrivacy(int),
Constant Field Values
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||