vertx / io.vertx.reactivex.ext.web / Locale

Locale

open class Locale

NOTE: This class has been automatically generated from the io.vertx.ext.web.Locale non RX-ified interface using Vert.x codegen.

Constructors

<init>

Locale(delegate: Locale)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<Locale>

Functions

country

open fun country(): String

Returns the country as reported by the HTTP client.

create

open static fun create(): Locale
open static fun create(language: String): Locale
open static fun create(language: String, country: String): Locale
open static fun create(language: String, country: String, variant: String): Locale

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): Locale

hashCode

open fun hashCode(): Int

language

open fun language(): String

Returns the language as reported by the HTTP client.

newInstance

open static fun newInstance(arg: Locale): Locale

toString

open fun toString(): String

variant

open fun variant(): String

Returns the variant as reported by the HTTP client.