|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.op4j.jodatime.functions.FnJodaToString
FnJodaString
instead
@Deprecated public final class FnJodaToString
Nested Class Summary | |
---|---|
static class |
FnJodaToString.FormatType
Deprecated. |
Method Summary | |
---|---|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime()
Deprecated. It converts the input BaseDateTime into a String
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime(org.joda.time.format.DateTimeFormatter formatter)
Deprecated. It converts the input BaseDateTime into a String by means of the given DateTimeFormatter
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
String format)
Deprecated. It converts the input BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
String format,
org.joda.time.Chronology chronology)
Deprecated. It converts the input BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
String format,
Locale locale)
Deprecated. It converts the input BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
String format,
String locale)
Deprecated. It converts the input BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate()
Deprecated. It converts the input LocalDate into a String
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate(org.joda.time.format.DateTimeFormatter formatter)
Deprecated. It converts the input LocalDate into a String by means of the given DateTimeFormatter
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate(FnJodaToString.FormatType formatType,
String format)
Deprecated. It converts the input LocalDate into a String by means of the given pattern
or style (depending on the formatType value)
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate(FnJodaToString.FormatType formatType,
String format,
org.joda.time.Chronology chronology)
Deprecated. It converts the input LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Chronology
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate(FnJodaToString.FormatType formatType,
String format,
Locale locale)
Deprecated. It converts the input LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
fromLocalDate(FnJodaToString.FormatType formatType,
String format,
String locale)
Deprecated. It converts the input LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime()
Deprecated. It converts the input LocalTime into a String
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime(org.joda.time.format.DateTimeFormatter formatter)
Deprecated. It converts the input LocalTime into a String by means of the given DateTimeFormatter
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime(FnJodaToString.FormatType formatType,
String format)
Deprecated. It converts the input LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime(FnJodaToString.FormatType formatType,
String format,
org.joda.time.Chronology chronology)
Deprecated. It converts the input LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime(FnJodaToString.FormatType formatType,
String format,
Locale locale)
Deprecated. It converts the input LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
fromLocalTime(FnJodaToString.FormatType formatType,
String format,
String locale)
Deprecated. It converts the input LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime()
It converts the input BaseDateTime
into a String
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime(FnJodaToString.FormatType formatType, String format)
It converts the input BaseDateTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the output
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime(FnJodaToString.FormatType formatType, String format, Locale locale)
It converts the input BaseDateTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime(FnJodaToString.FormatType formatType, String format, org.joda.time.Chronology chronology)
It converts the input BaseDateTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputchronology
- Chronology
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime(FnJodaToString.FormatType formatType, String format, String locale)
It converts the input BaseDateTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> fromBaseDateTime(org.joda.time.format.DateTimeFormatter formatter)
It converts the input BaseDateTime
into a String
by means of the given DateTimeFormatter
formatter
- DateTimeFormatter
to generate the output String with
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime()
It converts the input LocalTime
into a String
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime(FnJodaToString.FormatType formatType, String format)
It converts the input LocalTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the output
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime(FnJodaToString.FormatType formatType, String format, Locale locale)
It converts the input LocalTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime(FnJodaToString.FormatType formatType, String format, org.joda.time.Chronology chronology)
It converts the input LocalTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputchronology
- Chronology
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime(FnJodaToString.FormatType formatType, String format, String locale)
It converts the input LocalTime
into a String
by means of the given pattern or style
(depending on the value of formatType parameter).
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalTime,String> fromLocalTime(org.joda.time.format.DateTimeFormatter formatter)
It converts the input LocalTime
into a String
by means of the given DateTimeFormatter
formatter
- DateTimeFormatter
to generate the output String with
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate()
It converts the input LocalDate
into a String
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate(FnJodaToString.FormatType formatType, String format)
It converts the input LocalDate
into a String
by means of the given pattern
or style (depending on the formatType value)
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the output
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate(FnJodaToString.FormatType formatType, String format, Locale locale)
It converts the input LocalDate
into a String
by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate(FnJodaToString.FormatType formatType, String format, org.joda.time.Chronology chronology)
It converts the input LocalDate
into a String
by means of the given pattern
or style (depending on the formatType value) with the given Chronology
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputchronology
- Chronology
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate(FnJodaToString.FormatType formatType, String format, String locale)
It converts the input LocalDate
into a String
by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType
- the format FnJodaToString.FormatType
format
- string with the format used for the outputlocale
- Locale
to be used
String
created from the input and argumentspublic static final org.op4j.functions.Function<org.joda.time.LocalDate,String> fromLocalDate(org.joda.time.format.DateTimeFormatter formatter)
It converts the input LocalDate
into a String
by means of the given DateTimeFormatter
formatter
- DateTimeFormatter
to generate the output String with
String
created from the input and arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |