Class LocaleDelegate
- java.lang.Object
-
- org.jboss.resteasy.reactive.common.headers.LocaleDelegate
-
- All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
public class LocaleDelegate extends Object implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static LocaleDelegate
INSTANCE
-
Constructor Summary
Constructors Constructor Description LocaleDelegate()
-
-
-
Field Detail
-
INSTANCE
public static final LocaleDelegate INSTANCE
-
-
Method Detail
-
fromString
public Locale fromString(String value) throws IllegalArgumentException
- Specified by:
fromString
in interfacejavax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
- Throws:
IllegalArgumentException
-
-