object Format extends ValueConverter
- Source
- Format.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Format
- ValueConverter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ThreadLocalDateFormat extends ThreadLocal[SimpleDateFormat]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
lazy val
config: Config
- Attributes
- protected
- Definition Classes
- ValueConverter
-
def
convertToString(value: Any): String
- Definition Classes
- Format → ValueConverter
-
def
convertToType(value: Any, targetClass: Class[_]): Any
- Definition Classes
- Format → ValueConverter
- val couchDate: ThreadLocalDateFormat
- val date: ThreadLocalDateFormat
- val dateLv: ThreadLocalDateFormat
- val dateTimeLv: ThreadLocalDateFormat
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val humanDateTime: ThreadLocalDateFormat
- val humanDateTimeMin: ThreadLocalDateFormat
- val humanDateTimeWithMillis: ThreadLocalDateFormat
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsIsoDateTime: ThreadLocalDateFormat
- def msgChain(e: Throwable, m: List[String] = Nil, separator: String = ", caused by: ", short: Boolean = false): String
- def msgList(e: Throwable, m: List[String] = Nil, short: Boolean = false): List[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parseDate(s: String): Date
- def parseDateTime(s: String): Date
-
def
parseDateTimeString(d: String): AnyRef
- Attributes
- protected
- Definition Classes
- ValueConverter
- def roundedInterval(interval: Long, compact: Boolean = false): String
- def roundedIntervalCompact(interval: Long): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
throwUnsupportedConversion(value: Any, targetClass: Class[_]): Unit
- Attributes
- protected
- Definition Classes
- ValueConverter
- val time: ThreadLocalDateFormat
- val timerDate: ThreadLocalDateFormat
- val timerDateHTML5: ThreadLocalDateFormat
- val timestamp: ThreadLocalDateFormat
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val uriDateTime: ThreadLocalDateFormat
- val uriDateTimeMin: ThreadLocalDateFormat
- val uriDateTimeWithMillis: ThreadLocalDateFormat
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val xlsxDateTime: ThreadLocalDateFormat
- def xmlEscape(s: String): String
- val xsdDate: ThreadLocalDateFormat
-
lazy val
zoneId: ZoneId
- Attributes
- protected
- Definition Classes
- ValueConverter