Package org.datanucleus.store.types.converters
package org.datanucleus.store.types.converters
Package providing type conversion for member types, using the interface TypeConverter allowing
conversion between some member Java type, and a Java type suitable for persistence in the datastore.
-
ClassDescriptionHelper class providing conversion methods for use with arrays.Convenience class to handle Java serialisation of a BigDecimal[] object to/from ByteBuffer.Class to handle the conversion between java.math.BigDecimal and a Double form.Class to handle the conversion between java.math.BigDecimal and a String form.Convenience class to handle Java serialisation of a BigInteger[] object to/from ByteBuffer.Class to handle the conversion between java.math.BigInteger and a Long form.Class to handle the conversion between java.math.BigInteger and a String form.Class to handle the conversion between java.util.BitSet and a String form.Convenience class to handle Java serialisation of a boolean[] object to/from ByteBuffer.Class to handle the conversion between java.lang.Boolean and an Integer (0, 1) form.Class to handle the conversion between java.lang.Boolean and a Character ("Y", "N") form.Convenience class to handle Java serialisation of a BufferedImage object to/from byte[].Convenience class to handle Java serialisation of a BufferedImage object to/from ByteBuffer.Convenience class to handle Java serialisation of a byte[] object to/from ByteBuffer.Convenience class to handle Java serialisation of a Byte[] object to/from ByteBuffer.Class to handle the conversion between java.util.Calendar and (Long, String) being the time in millisecs plus the timezone.Class to handle the conversion between java.util.Calendar and a java.util.Date form.Class to handle the conversion between java.util.Calendar and a String form.Class to handle the conversion between java.util.Calendar and a java.sql.Timestamp.Class to handle the conversion between Character and a String form.Convenience class to handle Java serialisation of a char[] object to/from ByteBuffer.Class to handle the conversion between java.lang.Class and a String form.TypeConverter for storing a java.awt.Color as its 4 components (red, green, blue, alpha).Class to handle the conversion between java.awt.Color (RGBA) and a String form.Interface implemented by a TypeConverter if it has default length values for any of its datastore columns.Class to handle the conversion between java.util.Currency and a String form.Class to handle the conversion between java.util.Date and a Long form.Class to handle the conversion between java.util.Date and a String form.Convenience class to handle Java serialisation of a double[] object to/from ByteBuffer.Class to handle the conversion between java.time.Duration and a Double form.Class to handle the conversion between java.time.Duration and a Long form.Class to handle the conversion between java.time.Duration and a String form.Helper class providing conversion methods for use with enums.Convenience class to handle Java serialisation of a float[] object to/from ByteBuffer.Class to handle the conversion between java.time.Instant and java.util.Date.Class to handle the conversion between java.time.Instant and Long (of the epoch millisecs).Class to handle the conversion between java.time.Instant and a String form.Class to handle the conversion between java.time.Instant and java.sql.TimestampConvenience class to handle Java serialisation of a int[] object to/from ByteBuffer.Class to handle the conversion between java.lang.Integer and a String form.Class to handle the conversion between java.time.LocalDate and java.util.Date.Class to handle the conversion between java.time.LocalDate and java.sql.Date.Class to handle the conversion between java.time.LocalDate and a String form.Class to handle the conversion between java.time.LocalDateTime and java.util.Date.Class to handle the conversion between java.time.LocalDateTime and a String form.Class to handle the conversion between java.time.LocalDateTime and java.sql.TimestampClass to handle the conversion between java.util.Locale and a String form.Class to handle the conversion between java.time.LocalTime and java.util.Date.Class to handle the conversion between java.time.LocalTime and a long form (nanos of day).Class to handle the conversion between java.time.LocalTime and java.sql.Time.Class to handle the conversion between java.time.LocalTime and a String form.Convenience class to handle Java serialisation of a long[] object to/from ByteBuffer.Class to handle the conversion between java.lang.Long and a String form.Class to handle the conversion between java.time.MonthDay and int[] (the month and the day).Class to handle the conversion between java.time.MonthDay and java.util.Date.Class to handle the conversion between java.time.MonthDay and java.sql.Date.Class to handle the conversion between java.time.MonthDay and String.Interface implemented by a TypeConverter when it converts a member to multiple columns, providing the information about what types the columns store.Class to handle the conversion between java.time.OffsetDateTime and java.util.Date.Class to handle the conversion between java.time.OffsetDateTime and a String form.Class to handle the conversion between java.time.OffsetDateTime and java.sql.TimestampClass to handle the conversion between java.time.OffsetTime and a long form (nanos of day).Class to handle the conversion between java.time.OffsetTime and java.sql.Time.Class to handle the conversion between java.time.OffsetTime and a String form.Class to handle the conversion between java.time.Period and int[] (year, month and day).Class to handle the conversion between java.time.Period and a String form.Convenience class to handle Java serialisation of a Serializable object to/from byte[].Convenience class to handle Java serialisation of a Serializable object to/from ByteBuffer.Convenience class to handle Java serialisation of a Serializable object to/from String.Convenience class to handle Java serialisation of a short[] object to/from ByteBuffer.Class to handle the conversion between java.sql.Date and a java.util.Date form.Class to handle the conversion between java.sql.Date and a Long form.Class to handle the conversion between java.sql.Date and a String form.Class to handle the conversion between java.sql.Time and a java.util.Date form.Class to handle the conversion between java.sql.Time and a Long form.Class to handle the conversion between java.sql.Timestamp and a java.util.Date form.Class to handle the conversion between java.sql.Timestamp and a Long form.Class to handle the conversion between java.sql.Timestamp and a String form.Class to handle the conversion between java.sql.Time and a String form.Class to handle the conversion between java.lang.StringBuffer and a String form.Class to handle the conversion between java.lang.StringBuilder and a String form.Class to handle the conversion between java.util.TimeZone and a String form.Class with methods for type conversion.TypeConverter<X,
Y> Converter for a java type to another type suitable for the datastore.Class to handle the conversion between java.net.URI and a String form.Class to handle the conversion between java.net.URL and a String form.Class to handle the conversion between java.util.UUID and a String form.Class to handle the conversion between java.time.Year and Integer.Class to handle the conversion between java.time.YearMonth and int[] (the year and the month).Class to handle the conversion between java.time.YearMonth and java.util.Date.Class to handle the conversion between java.time.YearMonth and java.sql.Date.Class to handle the conversion between java.time.YearMonth and String.Class to handle the conversion between java.time.Year and String.Class to handle the conversion between java.time.ZonedDateTime and a String form.Class to handle the conversion between java.time.ZonedDateTime and java.sql.Timestamp.Class to handle the conversion between java.time.ZoneId and String.Class to handle the conversion between java.time.ZoneOffset and String.