org.constretto.internal.converter
Class IntegerValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.IntegerValueConverter
All Implemented Interfaces:
ValueConverter<Integer>

public class IntegerValueConverter
extends Object
implements ValueConverter<Integer>

Author:
Kaare Nilsen

Constructor Summary
IntegerValueConverter()
           
 
Method Summary
 Integer fromString(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerValueConverter

public IntegerValueConverter()
Method Detail

fromString

public Integer fromString(String value)
                   throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<Integer>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.