org.rblasch.convert.converters
Class AbstractClassConverter

java.lang.Object
  extended byorg.rblasch.convert.converters.AbstractConverter
      extended byorg.rblasch.convert.converters.AbstractClassConverter
All Implemented Interfaces:
Converter, MetaConverter
Direct Known Subclasses:
ByteToBooleanConverter, ByteToShortConverter, FloatToDoubleConverter, IntegerToByteConverter, IntegerToLongConverter, IntegerToShortConverter, IntegerToStringConverter, ObjectToStringConverter, ShortToByteConverter, ShortToIntegerConverter, StringToBooleanConverter, StringToClassConverter, StringToIntegerConverter

public abstract class AbstractClassConverter
extends AbstractConverter

Author:
Ronald Blaschke

Constructor Summary
AbstractClassConverter()
           
 
Method Summary
abstract  java.lang.Class getDestinationClass()
           
 Type getDestinationType()
           
abstract  java.lang.Class getSourceClass()
           
 Type getSourceType()
           
 
Methods inherited from class org.rblasch.convert.converters.AbstractConverter
equals, getConverter, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.rblasch.convert.MetaConverter
getWeight
 
Methods inherited from interface org.rblasch.convert.Converter
convert
 

Constructor Detail

AbstractClassConverter

public AbstractClassConverter()
Method Detail

getSourceClass

public abstract java.lang.Class getSourceClass()

getDestinationClass

public abstract java.lang.Class getDestinationClass()

getSourceType

public final Type getSourceType()

getDestinationType

public final Type getDestinationType()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.