private static class XmlObjectParser.Entry extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
both |
private Map<String,Field> |
fields |
private Class<?> |
klass |
private Map<String,Method> |
methods |
private boolean |
onStart |
Constructor and Description |
---|
Entry(Class<?> klass,
boolean onStart,
boolean both) |
Modifier and Type | Method and Description |
---|---|
(package private) Field |
getField(String s) |
(package private) Method |
getMethod(String s) |