public abstract class StringValue extends TextValue
| Constructor and Description |
|---|
StringValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
int |
compareTo(TextValue other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char x) |
boolean |
equals(char[] x) |
boolean |
equals(double[] x) |
boolean |
equals(DurationValue[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(LocalDate[] x) |
boolean |
equals(LocalDateTime[] x) |
boolean |
equals(LocalTime[] x) |
boolean |
equals(long[] x) |
boolean |
equals(OffsetTime[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String x) |
boolean |
equals(String[] x) |
boolean |
equals(Value value) |
boolean |
equals(ZonedDateTime[] x) |
String |
getTypeName() |
<T> T |
map(ValueMapper<T> mapper) |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
TextValue |
replace(String find,
String replace) |
ListValue |
split(String separator) |
String |
stringValue() |
TextValue |
toLower() |
String |
toString() |
TextValue |
toUpper() |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
contains, endsWith, equals, equals, equals, length, ltrim, numberType, plus, reverse, rtrim, startsWith, substring, substring, trim, valueGroupasObject, eq, hashCode64, isNaN, parseHeaderInformation, ternaryEquals, updateHash, writeTocomputeHash, equals, hashCode, isSequenceValuepublic <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public Object asObjectCopy()
ValueasObjectCopy in class Valuepublic String getTypeName()
getTypeName in class AnyValuepublic String stringValue()
stringValue in class TextValuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic <T> T map(ValueMapper<T> mapper)
public final boolean equals(ZonedDateTime[] x)
public final boolean equals(DurationValue[] x)
public final boolean equals(LocalDateTime[] x)
public final boolean equals(OffsetTime[] x)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.