org.rblasch.convert.converters
Class ClassMetaConverter

java.lang.Object
  extended byorg.rblasch.convert.converters.ClassMetaConverter
All Implemented Interfaces:
MetaConverter

public class ClassMetaConverter
extends java.lang.Object
implements MetaConverter

Author:
Ronald Blaschke

Constructor Summary
ClassMetaConverter(java.lang.Class sourceClass, java.lang.Class destinationClass, Converter converter, int weight)
           
 
Method Summary
 Converter getConverter()
           
 Type getDestinationType()
           
 Type getSourceType()
           
 int getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMetaConverter

public ClassMetaConverter(java.lang.Class sourceClass,
                          java.lang.Class destinationClass,
                          Converter converter,
                          int weight)
Method Detail

getSourceType

public Type getSourceType()
Specified by:
getSourceType in interface MetaConverter

getDestinationType

public Type getDestinationType()
Specified by:
getDestinationType in interface MetaConverter

getWeight

public int getWeight()
Specified by:
getWeight in interface MetaConverter

getConverter

public Converter getConverter()
Specified by:
getConverter in interface MetaConverter


Copyright © 2004 Ronald Blaschke. All Rights Reserved.