Packages

o

org.wabase

Format

object Format extends ValueConverter

Source
Format.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Format
  2. ValueConverter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. lazy val config: Config
    Attributes
    protected
    Definition Classes
    ValueConverter
  7. def convertToString(value: Any): String
    Definition Classes
    Format → ValueConverter
  8. def convertToType(value: Any, targetClass: Class[_]): Any
    Definition Classes
    Format → ValueConverter
  9. val couchDate: ThreadLocalDateFormat
  10. val date: ThreadLocalDateFormat
  11. val dateLv: ThreadLocalDateFormat
  12. val dateTimeLv: ThreadLocalDateFormat
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val humanDateTime: ThreadLocalDateFormat
  18. val humanDateTimeMin: ThreadLocalDateFormat
  19. val humanDateTimeWithMillis: ThreadLocalDateFormat
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jsIsoDateTime: ThreadLocalDateFormat
  22. def msgChain(e: Throwable, m: List[String] = Nil, separator: String = ", caused by: ", short: Boolean = false): String
  23. def msgList(e: Throwable, m: List[String] = Nil, short: Boolean = false): List[String]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def parseDate(s: String): Date
  28. def parseDateTime(s: String): Date
  29. def parseDateTimeString(d: String): AnyRef
    Attributes
    protected
    Definition Classes
    ValueConverter
  30. def roundedInterval(interval: Long, compact: Boolean = false): String
  31. def roundedIntervalCompact(interval: Long): String
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def throwUnsupportedConversion(value: Any, targetClass: Class[_]): Unit
    Attributes
    protected
    Definition Classes
    ValueConverter
  34. val time: ThreadLocalDateFormat
  35. val timerDate: ThreadLocalDateFormat
  36. val timerDateHTML5: ThreadLocalDateFormat
  37. val timestamp: ThreadLocalDateFormat
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val uriDateTime: ThreadLocalDateFormat
  40. val uriDateTimeMin: ThreadLocalDateFormat
  41. val uriDateTimeWithMillis: ThreadLocalDateFormat
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val xlsxDateTime: ThreadLocalDateFormat
  46. def xmlEscape(s: String): String
  47. val xsdDate: ThreadLocalDateFormat
  48. lazy val zoneId: ZoneId
    Attributes
    protected
    Definition Classes
    ValueConverter

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ValueConverter

Inherited from AnyRef

Inherited from Any

Ungrouped