Uses of Interface
com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodMode
Package
Description
Date-time method extension API.
-
Uses of DateTimeMethodMode in com.espertech.esper.common.client.hook.datetimemethod
Modifier and TypeClassDescriptionclass
Provides information about the public static method that implements the logic for the date-time method.Modifier and TypeMethodDescriptionDateTimeMethodOpsModify.getCalendarOp()
Returns the information how calendar-modify is providedDateTimeMethodOpsReformat.getCalendarOp()
Returns the information how calendar-reformat is providedDateTimeMethodOpsReformat.getDateOp()
Returns the information how Date-reformat is providedDateTimeMethodOpsModify.getLdtOp()
Returns the information how LocalDateTime-modify is providedDateTimeMethodOpsReformat.getLdtOp()
Returns the information how LocalDateTime-reformat is providedDateTimeMethodOpsReformat.getLongOp()
Returns the information how long-reformat is providedDateTimeMethodOpsModify.getZdtOp()
Returns the information how ZonedDateTime-modify is providedDateTimeMethodOpsReformat.getZdtOp()
Returns the information how ZonedDateTime-reformat is providedModifier and TypeMethodDescriptionvoid
DateTimeMethodOpsModify.setCalendarOp
(DateTimeMethodMode calendarOp) Sets the information how calendar-modify is providedvoid
DateTimeMethodOpsReformat.setCalendarOp
(DateTimeMethodMode calendarOp) Sets the information how calendar-reformat is providedvoid
DateTimeMethodOpsReformat.setDateOp
(DateTimeMethodMode dateOp) Sets the information how Date-reformat is providedvoid
DateTimeMethodOpsModify.setLdtOp
(DateTimeMethodMode ldtOp) Sets the information how LocalDateTime-modify is providedvoid
DateTimeMethodOpsReformat.setLdtOp
(DateTimeMethodMode ldtOp) Sets the information how LocalDateTime-reformat is providedvoid
DateTimeMethodOpsReformat.setLongOp
(DateTimeMethodMode longOp) Sets the information how long-reformat is providedvoid
DateTimeMethodOpsModify.setZdtOp
(DateTimeMethodMode zdtOp) Sets the information how ZonedDateTime-modify is providedvoid
DateTimeMethodOpsReformat.setZdtOp
(DateTimeMethodMode zdtOp) Sets the information how ZonedDateTime-reformat is provided