Package com.gigaspaces.internal.utils
Class Textualizer
java.lang.Object
com.gigaspaces.internal.utils.Textualizer
- Since:
- 9.0.1
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionappendIfNotNull(String name, Object value) voidappendIterable(String name, Iterable<?> iterable) appendNewLine(String name, Object value) appendString(String str) appendValue(Object value) static StringtoString(Textualizable textualizable)
-
Method Details
-
toString
-
appendValue
-
append
-
appendIfNotNull
-
appendString
-
appendNewLine
-
appendIterable
-