Uses of Class
org.apache.juneau.swap.StringSwap
Packages that use StringSwap
-
Uses of StringSwap in org.apache.juneau.swaps
Subclasses of StringSwap in org.apache.juneau.swapsModifier and TypeClassDescriptionclass
Transforms beans intoStrings
by simply calling theObject.toString()
method.class
Transforms
arrays to Strings.byte []static class
Converts byte arrays to BASE-64 encoding.static class
Converts byte arrays to hex encoding.static class
Converts byte arrays to spaced-hex encoding.class
class
TransformsInputStreams
toStrings
.static class
ConvertsInputStreams
to BASE-64 encoding.static class
ConvertsInputStreams
to hex encoding.static class
ConvertsInputStreams
to spaced-hex encoding.class
class
TransformsReaders
toStrings
.class
Built-in object swap implementation class for the@Beanp(format)
annotation.class
Swap that convertsCalendar
objects to and from strings.static class
Default swap toDateTimeFormatter.BASIC_ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_INSTANT
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_TIME
.static class
Default swap toDateTimeFormatter.ISO_ORDINAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_TIME
.static class
Default swap toDateTimeFormatter.ISO_WEEK_DATE
.static class
Default swap toDateTimeFormatter.ISO_ZONED_DATE_TIME
.static class
Default swap toDateTimeFormatter.RFC_1123_DATE_TIME
.class
Swap that convertsDate
objects to and from strings.static class
Default swap toDateTimeFormatter.BASIC_ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_INSTANT
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_TIME
.static class
Default swap toDateTimeFormatter.ISO_ORDINAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_TIME
.static class
Default swap toDateTimeFormatter.ISO_WEEK_DATE
.static class
Default swap toDateTimeFormatter.ISO_ZONED_DATE_TIME
.static class
Default swap toDateTimeFormatter.RFC_1123_DATE_TIME
.class
Swap that convertsTemporal
objects to strings.static class
Default swap toDateTimeFormatter.BASIC_ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE
.static class
Default swap toDateTimeFormatter.ISO_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_INSTANT
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_LOCAL_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_DATE_TIME
.static class
Default swap toDateTimeFormatter.ISO_OFFSET_TIME
.static class
Default swap toDateTimeFormatter.ISO_ORDINAL_DATE
.static class
Default swap toDateTimeFormatter.ISO_TIME
.static class
Default swap toDateTimeFormatter.ISO_WEEK_DATE
.static class
Default swap toDateTimeFormatter.ISO_WEEK_DATE
.static class
Default swap toDateTimeFormatter.ISO_WEEK_DATE
.static class
Default swap toDateTimeFormatter.ISO_ZONED_DATE_TIME
.static class
Default swap toDateTimeFormatter.RFC_1123_DATE_TIME
.class
class
class
TransformsXMLGregorianCalendars
to ISO8601 date-timeStrings
.class