Package | Description |
---|---|
org.rythmengine | |
org.rythmengine.internal | |
org.rythmengine.toString |
Modifier and Type | Method and Description |
---|---|
static String |
_Rythm.toString(Object obj,
ToStringOption option,
ToStringStyle style) |
String |
RythmEngine.toString(Object obj,
ToStringOption option,
ToStringStyle style)
|
static String |
Rythm.toString(Object obj,
ToStringOption option,
ToStringStyle style) |
Modifier and Type | Field and Description |
---|---|
protected ToStringStyle |
ToStringTemplateBase.__style |
Modifier and Type | Field and Description |
---|---|
static ToStringStyle |
ToStringStyle.DEFAULT_STYLE
The default toString style.
|
static ToStringStyle |
ToStringStyle.MULTI_LINE_STYLE
The multi line toString style.
|
static ToStringStyle |
ToStringStyle.NO_FIELD_NAMES_STYLE
The no field names toString style.
|
static ToStringStyle |
ToStringStyle.SHORT_PREFIX_STYLE
The short prefix toString style.
|
static ToStringStyle |
ToStringStyle.SIMPLE_STYLE
The simple toString style.
|
Modifier and Type | Method and Description |
---|---|
static ToStringStyle |
ToStringStyle.fromApacheStyle(org.apache.commons.lang3.builder.ToStringStyle apacheStyle)
Convert a
ToStringStyle to the ToStringStyle |
static ToStringStyle |
ToStringStyle.valueOf(String s)
Create
ToStringStyle instance from class name of the following
predefined styles:
DEFAULT_STYLE
SIMPLE_STYLE
MULTI_LINE_STYLE
SHORT_PREFIX_STYLE
NO_FIELD_NAMES_STYLE
|
Copyright © 2015. All Rights Reserved.