org.camunda

feel

package feel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. feel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Date = LocalDate

  2. type DateTime = LocalDateTime

  3. type DayTimeDuration = Duration

  4. case class EvalFailure(error: String) extends EvalResult with Product with Serializable

  5. sealed trait EvalResult extends AnyRef

  6. case class EvalValue(value: Any) extends EvalResult with Product with Serializable

  7. class FeelEngine extends AnyRef

  8. type Number = BigDecimal

  9. case class ParseFailure(error: String) extends EvalResult with Product with Serializable

  10. case class ParsedExpression(expression: Exp, text: String) extends Product with Serializable

  11. type Time = LocalTime

  12. type YearMonthDuration = Period

Value Members

  1. object ValueMapper

  2. val dateFormatter: DateTimeFormatter

  3. val dateTimeFormatter: DateTimeFormatter

  4. package interpreter

  5. def isYearMonthDuration(duration: String): Boolean

  6. package parser

  7. package script

  8. package spi

  9. implicit def stringToDate(date: String): Date

  10. implicit def stringToDateTime(dateTime: String): DateTime

  11. implicit def stringToDayTimeDuration(duration: String): DayTimeDuration

  12. implicit def stringToNumber(number: String): Number

  13. implicit def stringToTime(time: String): Time

  14. implicit def stringToYearMonthDuration(duration: String): YearMonthDuration

  15. val timeFormatter: DateTimeFormatter

  16. val timeFormatterWithOptionalPrefix: DateTimeFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped