| Package | Description |
|---|---|
| org.rythmengine |
The RythmEngine itself and classes for shutdown services
|
| org.rythmengine.internal | |
| org.rythmengine.internal.dialect | |
| org.rythmengine.toString |
| Modifier and Type | Method and Description |
|---|---|
String |
RythmEngine.toString(Object obj,
ToStringOption option,
ToStringStyle style)
|
static String |
_Rythm.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 |
|---|---|
ToStringStyle |
AutoToString.AutoToStringData.style |
| Modifier and Type | Method and Description |
|---|---|
static String |
AutoToString.templateStr(Class<?> c,
ToStringOption o,
ToStringStyle s) |
| Constructor and Description |
|---|
AutoToStringData(Class<?> clazz,
ToStringOption option,
ToStringStyle 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 © 2017–2021 OSGL (Open Source General Library). All rights reserved.