|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.op4j.jodatime.functions.FnJodaToString
public final class FnJodaToString
| Nested Class Summary | |
|---|---|
static class |
FnJodaToString.FormatType
|
| Method Summary | |
|---|---|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
fromBaseDateTime(org.joda.time.format.DateTimeFormatter formatter)
It converts the given BaseDateTime into a String by means of the given DateTimeFormatter |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given 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,java.lang.String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given 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,java.lang.String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given 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,java.lang.String> |
fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given 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,java.lang.String> |
fromLocalDate(org.joda.time.format.DateTimeFormatter formatter)
It converts the given LocalDate into a String by means of the given DateTimeFormatter |
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given 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,java.lang.String> |
fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given 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,java.lang.String> |
fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given 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,java.lang.String> |
fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given 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,java.lang.String> |
fromLocalTime(org.joda.time.format.DateTimeFormatter formatter)
It converts the given LocalTime into a String by means of the given DateTimeFormatter |
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given 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,java.lang.String> |
fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given 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,java.lang.String> |
fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given 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,java.lang.String> |
fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
| Methods inherited from class java.lang.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,java.lang.String> fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - Locale to be used with the given pattern
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> fromBaseDateTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format - locale - locale to be used with the given pattern
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> fromBaseDateTime(org.joda.time.format.DateTimeFormatter formatter)
BaseDateTime into a String by means of the given DateTimeFormatter
formatter -
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - locale to be used with the pattern
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> fromLocalTime(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - locale to be used with the pattern
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> fromLocalTime(org.joda.time.format.DateTimeFormatter formatter)
LocalTime into a String by means of the given DateTimeFormatter
formatter -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value)
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Chronology
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> fromLocalDate(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> fromLocalDate(org.joda.time.format.DateTimeFormatter formatter)
LocalDate into a String by means of the given DateTimeFormatter
formatter -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||