Class LocaleProvider

java.lang.Object
org.glassfish.jersey.message.internal.LocaleProvider
All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>, HeaderDelegateProvider<Locale>

@Singleton public class LocaleProvider extends Object implements HeaderDelegateProvider<Locale>
  • Constructor Details

    • LocaleProvider

      public LocaleProvider()
  • Method Details

    • supports

      public boolean supports(Class<?> type)
      Description copied from interface: HeaderDelegateProvider
      Ascertain if the Provider supports a particular type.
      Specified by:
      supports in interface HeaderDelegateProvider<Locale>
      Parameters:
      type - the type that is to be supported.
      Returns:
      true if the type is supported, otherwise false.
    • toString

      public String toString(Locale header)
      Specified by:
      toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
    • fromString

      public Locale fromString(String header)
      Specified by:
      fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>