org.apache.commons.lang.builder
static class: ToStringBuilderTest.SimpleReflectionTestFixture [javadoc |
source]
java.lang.Object
org.apache.commons.lang.builder.ToStringBuilderTest$SimpleReflectionTestFixture
A reflection test fixture.
| Field Summary |
|---|
| Object | o | |
| Method from org.apache.commons.lang.builder.ToStringBuilderTest$SimpleReflectionTestFixture Summary: |
|---|
|
toString |
| Method from org.apache.commons.lang.builder.ToStringBuilderTest$SimpleReflectionTestFixture Detail: |
public String toString() {
return ToStringBuilder.reflectionToString(this);
}
|