org.springframework.data.convert
Enum JodaTimeConverters.DateMidnightToDateConverter
java.lang.Object
java.lang.Enum<JodaTimeConverters.DateMidnightToDateConverter>
org.springframework.data.convert.JodaTimeConverters.DateMidnightToDateConverter
- All Implemented Interfaces:
- Serializable, Comparable<JodaTimeConverters.DateMidnightToDateConverter>, Converter<org.joda.time.DateMidnight,Date>
- Enclosing class:
- JodaTimeConverters
public static enum JodaTimeConverters.DateMidnightToDateConverter
- extends Enum<JodaTimeConverters.DateMidnightToDateConverter>
- implements Converter<org.joda.time.DateMidnight,Date>
INSTANCE
public static final JodaTimeConverters.DateMidnightToDateConverter INSTANCE
values
public static JodaTimeConverters.DateMidnightToDateConverter[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (JodaTimeConverters.DateMidnightToDateConverter c : JodaTimeConverters.DateMidnightToDateConverter.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static JodaTimeConverters.DateMidnightToDateConverter valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
convert
public Date convert(org.joda.time.DateMidnight source)
- Specified by:
convert
in interface Converter<org.joda.time.DateMidnight,Date>
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.