Package | Description |
---|---|
com.espertech.esper.common.client.hook.datetimemethod |
Date-time method extension API.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTimeMethodOpsModify
For adding a date-time method that modifies the date-time value and that return a result of the same type
as the date-time value.
|
class |
DateTimeMethodOpsReformat
For adding a date-time method that reformats the date-time value returning a result of a different type
as the date-time value.
|
Modifier and Type | Method and Description |
---|---|
DateTimeMethodOps |
DateTimeMethodForgeFactory.validate(DateTimeMethodValidateContext context)
Called by the compiler to allow validation of actual parameters beyond validation of the footprint information
that the compiler does automatically.
|