public static final class CharacterRepresentationProvider.Identity extends CharacterRepresentationProvider.TypeSpecific<CharSequence>
CharSequences
unmodified, or Object.toString()
for other types.CharacterRepresentationProvider.BooleanArrayToString, CharacterRepresentationProvider.ByteArrayToString, CharacterRepresentationProvider.CharArrayToString, CharacterRepresentationProvider.DoubleArrayToString, CharacterRepresentationProvider.FloatArrayToString, CharacterRepresentationProvider.Identity, CharacterRepresentationProvider.IntArrayToString, CharacterRepresentationProvider.LongArrayToString, CharacterRepresentationProvider.ObjectArrayDeepToString, CharacterRepresentationProvider.ObjectArrayToString, CharacterRepresentationProvider.ShortArrayToString, CharacterRepresentationProvider.ToString, CharacterRepresentationProvider.TypeSpecific<T>
Modifier and Type | Field and Description |
---|---|
static CharacterRepresentationProvider.Identity |
INSTANCE
The single instance.
|
Modifier and Type | Method and Description |
---|---|
protected CharSequence |
convert(CharSequence value) |
String |
toString() |
toCharSequence
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDefaultInstance
public static final CharacterRepresentationProvider.Identity INSTANCE
protected CharSequence convert(CharSequence value)
convert
in class CharacterRepresentationProvider.TypeSpecific<CharSequence>
Copyright © 2020. All rights reserved.