Class LocaleConverter

java.lang.Object
org.nuiton.util.converter.LocaleConverter
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

@Deprecated
public class LocaleConverter
extends java.lang.Object
implements org.apache.commons.beanutils.Converter
Deprecated.
since 3.2 use instead LocaleConverter (Note: This converter is no more loaded by the ConverterUtil.initConverters())
classe pour convertir une chaine en un objet Locale.
Since:
2.0.1
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors 
    Constructor Description
    LocaleConverter()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object convert​(java.lang.Class aClass, java.lang.Object value)
    Deprecated.
     
    java.lang.Class<?> getType()
    Deprecated.
     
    protected boolean isEnabled​(java.lang.Class<?> aClass)
    Deprecated.
     
    java.util.Locale valueOf​(java.lang.String value)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • convert

      public java.lang.Object convert​(java.lang.Class aClass, java.lang.Object value)
      Deprecated.
      Specified by:
      convert in interface org.apache.commons.beanutils.Converter
    • valueOf

      public java.util.Locale valueOf​(java.lang.String value)
      Deprecated.
    • isEnabled

      protected boolean isEnabled​(java.lang.Class<?> aClass)
      Deprecated.
    • getType

      public java.lang.Class<?> getType()
      Deprecated.