|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.op4j.jodatime.functions.FnJodaString
public final class FnJodaString
| Nested Class Summary | |
|---|---|
static class |
FnJodaString.FormatType
|
| Method Summary | |
|---|---|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
baseDateTimeToStr()
It converts the input BaseDateTime into a String
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
baseDateTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
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> |
baseDateTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
baseDateTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
baseDateTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> |
baseDateTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr()
It converts the input LocalDate into a String
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr(org.joda.time.format.DateTimeFormatter formatter)
It converts the input LocalDate into a String by means of the given DateTimeFormatter
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr(FnJodaString.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)
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr(FnJodaString.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
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr(FnJodaString.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
|
static org.op4j.functions.Function<org.joda.time.LocalDate,String> |
localDateToStr(FnJodaString.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
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr()
It converts the input LocalTime into a String
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
It converts the input LocalTime into a String by means of the given DateTimeFormatter
|
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr(FnJodaString.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). |
static org.op4j.functions.Function<org.joda.time.LocalTime,String> |
localTimeToStr(FnJodaString.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). |
| 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> baseDateTimeToStr()
It converts the input BaseDateTime into a String
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> baseDateTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the output
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> baseDateTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputlocale - Locale to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> baseDateTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputchronology - Chronology to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,String> baseDateTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - 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> baseDateTimeToStr(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> localTimeToStr()
It converts the input LocalTime into a String
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalTime,String> localTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the output
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalTime,String> localTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputlocale - Locale to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalTime,String> localTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputchronology - Chronology to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalTime,String> localTimeToStr(FnJodaString.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 FnJodaString.FormatTypeformat - 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> localTimeToStr(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> localDateToStr()
It converts the input LocalDate into a String
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalDate,String> localDateToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the output
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalDate,String> localDateToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputlocale - Locale to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalDate,String> localDateToStr(FnJodaString.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 FnJodaString.FormatTypeformat - string with the format used for the outputchronology - Chronology to be used
String created from the input and arguments
public static final org.op4j.functions.Function<org.joda.time.LocalDate,String> localDateToStr(FnJodaString.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 FnJodaString.FormatTypeformat - 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> localDateToStr(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 | ||||||||