Class S
- java.lang.Object
-
- org.apache.ignite.internal.util.tostring.GridToStringBuilder
-
- org.apache.ignite.internal.util.typedef.internal.S
-
public class S extends GridToStringBuilder
Defines internaltypedefforGridToStringBuilder. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended for internal use only and meant to provide for more terse code when readability of code is not compromised.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.util.tostring.GridToStringBuilder
COLLECTION_LIMIT, DFLT_TO_STRING_COLLECTION_LIMIT, DFLT_TO_STRING_INCLUDE_SENSITIVE, DFLT_TO_STRING_MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description S()
-
Method Summary
-
Methods inherited from class org.apache.ignite.internal.util.tostring.GridToStringBuilder
arrayToString, compact, identity, includeSensitive, joinToString, setIncludeSensitiveSupplier, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toStringSortedDistinct
-
-