org.constretto.internal.converter
Class ByteValueConverter

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

public class ByteValueConverter
extends Object
implements ValueConverter<Byte>

Author:
Kaare Nilsen

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

Constructor Detail

ByteValueConverter

public ByteValueConverter()
Method Detail

fromString

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


Copyright © 2008-2013. All Rights Reserved.