Uses of Class
com.tangosol.run.xml.SimpleAdapter
Package
Description
Contains classes providing basic XML related functionality.
-
Uses of SimpleAdapter in com.tangosol.run.xml
Modifier and TypeClassDescriptionclass
A property adapter for formatting formatting and parsing dates in a locale-sensitive manner.class
A property adapter for the <xs:dateTime> format conforming to ISO 8601class
A property adapter for QName primitive datatype.class
A property adapter for a String based type that is known to have a converting factory method with the following signature:public static <type> valueOf(String s)
.static class
A simple property adapter for BigDecimal.static class
A simple property adapter for BigInteger.static class
A simple property adapter for boolean.static class
A simple property adapter for byte.static class
A simple property adapter for char.static class
A simple property adapter for Date.static class
A simple property adapter for double.static class
A simple property adapter for float.static class
A simple property adapter for int.static class
A simple property adapter for long.static class
A simple property adapter for the Date class from the java/util package.static class
A simple property adapter for short.static class
A simple property adapter for String.static class
A simple property adapter for Java long and java.lang.Long values that is string-formatted as a date/time, assuming that the long value is actualy a system time.static class
A simple property adapter for Time.static class
A simple property adapter for Timestamp.