| Package | Description |
|---|---|
| org.rythmengine |
The RythmEngine itself and classes for shutdown services
|
| org.rythmengine.toString |
| Modifier and Type | Method and Description |
|---|---|
String |
RythmEngine.commonsToString(Object obj,
ToStringOption option,
org.apache.commons.lang3.builder.ToStringStyle style)
Render template in AutoToString mode by one object instance which state is
to be output and
option and
apache commons to string stype. |
static String |
_Rythm.commonsToString(Object obj,
ToStringOption option,
org.apache.commons.lang3.builder.ToStringStyle style) |
static String |
Rythm.commonsToString(Object obj,
ToStringOption option,
org.apache.commons.lang3.builder.ToStringStyle style) |
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 |
|---|---|
static ToStringOption |
ToStringOption.DEFAULT_OPTION
The default option instance, with
upToClassset to null, meaning up to Object root
appendTransient set to false, will not output transient fields
appendStatic set to false, will not output static fields
|
| Modifier and Type | Method and Description |
|---|---|
ToStringOption |
ToStringOption.setAppendStatic(boolean appendStatic)
Return a
ToStringOption instance with appendStatic option set. |
ToStringOption |
ToStringOption.setAppendTransient(boolean appendTransient)
Return a
ToStringOption instance with appendTransient option set. |
ToStringOption |
ToStringOption.setUpToClass(Class<?> c)
Return a
ToStringOption instance with upToClass option set. |
static ToStringOption |
ToStringOption.valueOf(String s)
Construct a
ToStringOption instance out from a string. |
Copyright 2013-2016, The Rythm Engine project