package feel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- feel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package api
- package context
- package impl
- package syntaxtree
- package valuemapper
Type Members
- type Date = LocalDate
- type DateTime = ZonedDateTime
- type DayTimeDuration = Duration
- class FeelEngine extends AnyRef
- trait FeelEngineClock extends AnyRef
The clock that is used by the engine to access the current time.
- type LocalDateTime = java.time.LocalDateTime
- type LocalTime = java.time.LocalTime
- type Number = BigDecimal
- type Time = ZonedTime
- type YearMonthDuration = Period
Value Members
- val dateFormatter: DateTimeFormatter
- val dateTimeFormatter: DateTimeFormatter
- def isDayTimeDuration(duration: String): Boolean
- def isLocalDateTime(dateTime: String): Boolean
- def isOffsetDateTime(dateTime: String): Boolean
- def isOffsetTime(time: String): Boolean
- def isValidDate(date: String): Boolean
- def isYearMonthDuration(duration: String): Boolean
- val localDateTimeFormatter: DateTimeFormatter
- val localTimeFormatter: DateTimeFormatter
- val logger: Logger
- val offsetFormatter: DateTimeFormatter
- implicit def stringToDate(date: String): Date
- implicit def stringToDateTime(dateTime: String): DateTime
- implicit def stringToDayTimeDuration(duration: String): DayTimeDuration
- implicit def stringToLocalDateTime(dateTime: String): LocalDateTime
- implicit def stringToLocalTime(time: String): LocalTime
- implicit def stringToNumber(number: String): Number
- implicit def stringToTime(time: String): Time
- implicit def stringToYearMonthDuration(duration: String): YearMonthDuration
- val timeFormatter: DateTimeFormatter
- val timeFormatterWithOffsetAndOptionalPrefix: DateTimeFormatter
- val timeFormatterWithOptionalPrefix: DateTimeFormatter
- val timeFormatterWithPrefix: DateTimeFormatter
- object FeelEngine
- object FeelEngineClock