java.lang.Object
org.xmlobjects.xml.TextContent
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextContentabsent()collapse()get()getAsBooleanListOrElse(List<Boolean> defaultValue) getAsBooleanListOrElseGet(Supplier<List<Boolean>> defaultValue) getAsBooleanOrElse(Boolean defaultValue) getAsBooleanOrElseGet(Supplier<Boolean> defaultValue) getAsDateListOrElse(List<OffsetDateTime> defaultValue) getAsDateListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsDateOrElse(OffsetDateTime defaultValue) getAsDateOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsDateTimeListOrElse(List<OffsetDateTime> defaultValue) getAsDateTimeListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsDateTimeOrElse(OffsetDateTime defaultValue) getAsDateTimeOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsDoubleListOrElse(List<Double> defaultValue) getAsDoubleListOrElseGet(Supplier<List<Double>> defaultValue) getAsDoubleOrElse(Double defaultValue) getAsDoubleOrElseGet(Supplier<Double> defaultValue) getAsDurationListOrElse(List<Duration> defaultValue) getAsDurationListOrElseGet(Supplier<List<Duration>> defaultValue) getAsDurationOrElse(Duration defaultValue) getAsDurationOrElseGet(Supplier<Duration> defaultValue) getAsGDayListOrElse(List<OffsetDateTime> defaultValue) getAsGDayListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsGDayOrElse(OffsetDateTime defaultValue) getAsGDayOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsGMonthDayListOrElse(List<OffsetDateTime> defaultValue) getAsGMonthDayListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsGMonthDayOrElse(OffsetDateTime defaultValue) getAsGMonthDayOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsGMonthListOrElse(List<OffsetDateTime> defaultValue) getAsGMonthListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsGMonthOrElse(OffsetDateTime defaultValue) getAsGMonthOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsGYearListOrElse(List<OffsetDateTime> defaultValue) getAsGYearListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsGYearMonthListOrElse(List<OffsetDateTime> defaultValue) getAsGYearMonthListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsGYearMonthOrElse(OffsetDateTime defaultValue) getAsGYearMonthOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsGYearOrElse(OffsetDateTime defaultValue) getAsGYearOrElseGet(Supplier<OffsetDateTime> defaultValue) getAsIntegerListOrElse(List<Integer> defaultValue) getAsIntegerListOrElseGet(Supplier<List<Integer>> defaultValue) getAsIntegerOrElse(Integer defaultValue) getAsIntegerOrElseGet(Supplier<Integer> defaultValue) getAsListOrElse(List<String> defaultValue) getAsListOrElseGet(Supplier<List<String>> defaultValue) getAsTimeListOrElse(List<OffsetDateTime> defaultValue) getAsTimeListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) getAsTimeOrElse(OffsetDateTime defaultValue) getAsTimeOrElseGet(Supplier<OffsetDateTime> defaultValue) getOrElseGet(Supplier<String> defaultValue) voidvoidifBooleanList(Consumer<List<Boolean>> action) voidifDate(Consumer<OffsetDateTime> action) voidifDateList(Consumer<List<OffsetDateTime>> action) voidifDateTime(Consumer<OffsetDateTime> action) voidifDateTimeList(Consumer<List<OffsetDateTime>> action) voidvoidifDoubleList(Consumer<List<Double>> action) voidifDuration(Consumer<Duration> action) voidifDurationList(Consumer<List<Duration>> action) voidifGDay(Consumer<OffsetDateTime> action) voidifGDayList(Consumer<List<OffsetDateTime>> action) voidifGMonth(Consumer<OffsetDateTime> action) voidifGMonthDay(Consumer<OffsetDateTime> action) voidifGMonthDayList(Consumer<List<OffsetDateTime>> action) voidifGMonthList(Consumer<List<OffsetDateTime>> action) voidifGYear(Consumer<OffsetDateTime> action) voidifGYearList(Consumer<List<OffsetDateTime>> action) voidifGYearMonth(Consumer<OffsetDateTime> action) voidifGYearMonthList(Consumer<List<OffsetDateTime>> action) voidvoidifIntegerList(Consumer<List<Integer>> action) voidvoidvoidifTime(Consumer<OffsetDateTime> action) voidifTimeList(Consumer<List<OffsetDateTime>> action) booleanisAbsent()booleanbooleanbooleanisDate()booleanbooleanbooleanbooleanisDouble()booleanbooleanbooleanbooleanisEmpty()booleanisGDay()booleanbooleanisGMonth()booleanbooleanbooleanbooleanisGYear()booleanbooleanbooleanbooleanbooleanbooleanisList()booleanbooleanisTime()booleanstatic TextContentstatic TextContentstatic TextContentofBooleanList(List<Boolean> content) static TextContentofDate(OffsetDateTime content) static TextContentofDate(OffsetDateTime content, boolean withOffset) static TextContentofDateList(List<OffsetDateTime> content) static TextContentofDateList(List<OffsetDateTime> content, boolean withOffset) static TextContentofDateTime(OffsetDateTime content) static TextContentofDateTime(OffsetDateTime content, boolean withOffset) static TextContentofDateTimeList(List<OffsetDateTime> content) static TextContentofDateTimeList(List<OffsetDateTime> content, boolean withOffset) static TextContentstatic TextContentofDoubleList(List<Double> content) static TextContentofDuration(Duration content) static TextContentofDurationList(List<Duration> content) static TextContentofGDay(OffsetDateTime content) static TextContentofGDay(OffsetDateTime content, boolean withOffset) static TextContentofGDayList(List<OffsetDateTime> content) static TextContentofGDayList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGMonth(OffsetDateTime content) static TextContentofGMonth(OffsetDateTime content, boolean withOffset) static TextContentofGMonthDay(OffsetDateTime content) static TextContentofGMonthDay(OffsetDateTime content, boolean withOffset) static TextContentofGMonthDayList(List<OffsetDateTime> content) static TextContentofGMonthDayList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGMonthList(List<OffsetDateTime> content) static TextContentofGMonthList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGYear(OffsetDateTime content) static TextContentofGYear(OffsetDateTime content, boolean withOffset) static TextContentofGYearList(List<OffsetDateTime> content) static TextContentofGYearList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGYearMonth(OffsetDateTime content) static TextContentofGYearMonth(OffsetDateTime content, boolean withOffset) static TextContentofGYearMonthList(List<OffsetDateTime> content) static TextContentofGYearMonthList(List<OffsetDateTime> content, boolean withOffset) static TextContentstatic TextContentofIntegerList(List<Integer> content) static TextContentstatic TextContentofTime(OffsetDateTime content) static TextContentofTime(OffsetDateTime content, boolean withOffset) static TextContentofTimeList(List<OffsetDateTime> content) static TextContentofTimeList(List<OffsetDateTime> content, boolean withOffset) static voidserializeDateWithOffset(boolean useDateOffset) static voidserializeTimeWithOffset(boolean useTimeOffset) static voidsetZoneOffsetProvider(Function<LocalDateTime, ZoneOffset> zoneOffsetProvider) toString()trim()
-
Method Details
-
absent
-
of
-
ofList
-
ofBoolean
-
ofBooleanList
-
ofDouble
-
ofDoubleList
-
ofInteger
-
ofIntegerList
-
ofDuration
-
ofDurationList
-
ofDateTime
-
ofDateTime
-
ofDateTimeList
-
ofDateTimeList
-
ofTime
-
ofTime
-
ofTimeList
-
ofTimeList
-
ofDate
-
ofDate
-
ofDateList
-
ofDateList
-
ofGYearMonth
-
ofGYearMonth
-
ofGYearMonthList
-
ofGYearMonthList
-
ofGMonthDay
-
ofGMonthDay
-
ofGMonthDayList
-
ofGMonthDayList
-
ofGDay
-
ofGDay
-
ofGDayList
-
ofGDayList
-
ofGMonth
-
ofGMonth
-
ofGMonthList
-
ofGMonthList
-
ofGYear
-
ofGYear
-
ofGYearList
-
ofGYearList
-
isAbsent
public boolean isAbsent() -
isEmpty
public boolean isEmpty() -
trim
-
normalize
-
collapse
-
get
-
getOrElse
-
getOrElseGet
-
isPresent
public boolean isPresent() -
ifPresent
-
getAsList
-
getAsListOrElse
-
getAsListOrElseGet
-
isList
public boolean isList() -
ifList
-
getAsBoolean
-
getAsBooleanOrElse
-
getAsBooleanOrElseGet
-
isBoolean
public boolean isBoolean() -
ifBoolean
-
getAsBooleanList
-
getAsBooleanListOrElse
-
getAsBooleanListOrElseGet
-
isBooleanList
public boolean isBooleanList() -
ifBooleanList
-
getAsDouble
-
getAsDoubleOrElse
-
getAsDoubleOrElseGet
-
isDouble
public boolean isDouble() -
ifDouble
-
getAsDoubleList
-
getAsDoubleListOrElse
-
getAsDoubleListOrElseGet
-
isDoubleList
public boolean isDoubleList() -
ifDoubleList
-
getAsInteger
-
getAsIntegerOrElse
-
getAsIntegerOrElseGet
-
isInteger
public boolean isInteger() -
ifInteger
-
getAsIntegerList
-
getAsIntegerListOrElse
-
getAsIntegerListOrElseGet
-
isIntegerList
public boolean isIntegerList() -
ifIntegerList
-
getAsDuration
-
getAsDurationOrElse
-
getAsDurationOrElseGet
-
isDuration
public boolean isDuration() -
ifDuration
-
getAsDurationList
-
getAsDurationListOrElse
-
getAsDurationListOrElseGet
-
isDurationList
public boolean isDurationList() -
ifDurationList
-
getAsDateTime
-
getAsDateTimeOrElse
-
getAsDateTimeOrElseGet
-
isDateTime
public boolean isDateTime() -
ifDateTime
-
getAsDateTimeList
-
getAsDateTimeListOrElse
-
getAsDateTimeListOrElseGet
-
isDateTimeList
public boolean isDateTimeList() -
ifDateTimeList
-
getAsTime
-
getAsTimeOrElse
-
getAsTimeOrElseGet
-
isTime
public boolean isTime() -
ifTime
-
getAsTimeList
-
getAsTimeListOrElse
-
getAsTimeListOrElseGet
-
isTimeList
public boolean isTimeList() -
ifTimeList
-
getAsDate
-
getAsDateOrElse
-
getAsDateOrElseGet
-
isDate
public boolean isDate() -
ifDate
-
getAsDateList
-
getAsDateListOrElse
-
getAsDateListOrElseGet
-
isDateList
public boolean isDateList() -
ifDateList
-
getAsGYearMonth
-
getAsGYearMonthOrElse
-
getAsGYearMonthOrElseGet
-
isGYearMonth
public boolean isGYearMonth() -
ifGYearMonth
-
getAsGYearMonthList
-
getAsGYearMonthListOrElse
-
getAsGYearMonthListOrElseGet
public List<OffsetDateTime> getAsGYearMonthListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) -
isGYearMonthList
public boolean isGYearMonthList() -
ifGYearMonthList
-
getAsGMonthDay
-
getAsGMonthDayOrElse
-
getAsGMonthDayOrElseGet
-
isGMonthDay
public boolean isGMonthDay() -
ifGMonthDay
-
getAsGMonthDayList
-
getAsGMonthDayListOrElse
-
getAsGMonthDayListOrElseGet
public List<OffsetDateTime> getAsGMonthDayListOrElseGet(Supplier<List<OffsetDateTime>> defaultValue) -
isGMonthDayList
public boolean isGMonthDayList() -
ifGMonthDayList
-
getAsGDay
-
getAsGDayOrElse
-
getAsGDayOrElseGet
-
isGDay
public boolean isGDay() -
ifGDay
-
getAsGDayList
-
getAsGDayListOrElse
-
getAsGDayListOrElseGet
-
isGDayList
public boolean isGDayList() -
ifGDayList
-
getAsGMonth
-
getAsGMonthOrElse
-
getAsGMonthOrElseGet
-
isGMonth
public boolean isGMonth() -
ifGMonth
-
getAsGMonthList
-
getAsGMonthListOrElse
-
getAsGMonthListOrElseGet
-
isGMonthList
public boolean isGMonthList() -
ifGMonthList
-
getAsGYear
-
getAsGYearOrElse
-
getAsGYearOrElseGet
-
isGYear
public boolean isGYear() -
ifGYear
-
getAsGYearList
-
getAsGYearListOrElse
-
getAsGYearListOrElseGet
-
isGYearList
public boolean isGYearList() -
ifGYearList
-
setZoneOffsetProvider
-
serializeTimeWithOffset
public static void serializeTimeWithOffset(boolean useTimeOffset) -
serializeDateWithOffset
public static void serializeDateWithOffset(boolean useDateOffset) -
toString
-