Package | Description |
---|---|
fc.util |
Modifier and Type | Field and Description |
---|---|
static ToString.Style.VisibleLevel |
ToString.Style.VisibleLevel.DEFAULT |
static ToString.Style.VisibleLevel |
ToString.Style.VisibleLevel.PRIVATE |
static ToString.Style.VisibleLevel |
ToString.Style.VisibleLevel.PROTECTED |
static ToString.Style.VisibleLevel |
ToString.Style.VisibleLevel.PUBLIC |
ToString.Style.VisibleLevel |
ToString.Style.reflectVisibleLevel
Default access level when using reflection (fields with
this or looser access will be printed).
|
Constructor and Description |
---|
ToString(Object obj,
ToString.Style.VisibleLevel level)
Creates a ToString for the specified object with the
specified visibility level.
|