public static class JsonSerializerTest.JsonPojo extends Object
| Constructor and Description |
|---|
JsonSerializerTest.JsonPojo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInteger() |
String |
getInvalidGetterWithArgs(String foo) |
Object |
getNullValue() |
int |
getSimpleName() |
String |
getString() |
void |
setInvalidSetterNoArgs() |
void |
setInvalidSetterTwoArgs(String foo,
String bar) |
void |
setSimpleName(int foo) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.