public class FieldIntrospector extends java.lang.Object implements Introspector
| Constructor and Description |
|---|
FieldIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
TypeInfo |
introspect(java.lang.Class<?> type)
Gathers information about a given type.
|
void |
setReturnFinalFields(boolean returnFinalFields) |
public TypeInfo introspect(java.lang.Class<?> type)
Introspectorintrospect in interface Introspectortype - The type to introspect.public void setReturnFinalFields(boolean returnFinalFields)