JavaFormattableArgument

class JavaFormattableArgument(val argumentName: String, formatter: String, locale: Locale) : FormattableArgument(source)

Constructors

Link copied to clipboard
constructor(argumentName: String, formatter: String, locale: Locale)

Properties

Link copied to clipboard
open override val argumentName: String

Functions

Link copied to clipboard
open override fun format(obj: Any): String
Link copied to clipboard
open override fun toString(): String