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. val dateFormatter: DateTimeFormatter

  2. val dateTimeFormatter: DateTimeFormatter

  3. package interpreter

  4. def isYearMonthDuration(duration: String): Boolean

  5. package parser

  6. package script

  7. package spi

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

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

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

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

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

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

  14. val timeFormatter: DateTimeFormatter

  15. val timeFormatterWithOptionalPrefix: DateTimeFormatter

Inherited from AnyRef

Inherited from Any

Ungrouped