public class Locale extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<Locale> |
__TYPE_ARG |
Constructor and Description |
---|
Locale(io.vertx.ext.web.Locale delegate) |
Locale(Object delegate) |
Modifier and Type | Method and Description |
---|---|
String |
country()
Deprecated.
|
static Locale |
create()
Deprecated.
|
static Locale |
create(String language)
Deprecated.
|
static Locale |
create(String language,
String country)
Deprecated.
|
static Locale |
create(String language,
String country,
String variant)
Deprecated.
|
boolean |
equals(Object o) |
io.vertx.ext.web.Locale |
getDelegate() |
int |
hashCode() |
String |
language()
Deprecated.
|
static Locale |
newInstance(io.vertx.ext.web.Locale arg) |
String |
toString() |
String |
variant()
Deprecated.
|
public Locale(io.vertx.ext.web.Locale delegate)
public Locale(Object delegate)
public io.vertx.ext.web.Locale getDelegate()
@Deprecated public static Locale create()
@Deprecated public static Locale create(String language)
@Deprecated public static Locale create(String language, String country)
@Deprecated public static Locale create(String language, String country, String variant)
@Deprecated public String language()
@Deprecated public String country()
@Deprecated public String variant()
public static Locale newInstance(io.vertx.ext.web.Locale arg)
Copyright © 2022 Eclipse. All rights reserved.