org.rblasch.convert.converters
Class AbstractConverter

java.lang.Object
  extended byorg.rblasch.convert.converters.AbstractConverter
All Implemented Interfaces:
Converter, MetaConverter
Direct Known Subclasses:
AbstractClassConverter, ArrayConverter, ArrayToArrayListConverter, CastConverter, ChainedConverter, IdentityConverter, ListConverter, NullToStringConverter, ObjectToMetaConvertersConverter, StringToStringListConverter

public abstract class AbstractConverter
extends java.lang.Object
implements MetaConverter, Converter

Author:
Ronald Blaschke

Constructor Summary
AbstractConverter()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Converter getConverter()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.rblasch.convert.MetaConverter
getDestinationType, getSourceType, getWeight
 
Methods inherited from interface org.rblasch.convert.Converter
convert
 

Constructor Detail

AbstractConverter

public AbstractConverter()
Method Detail

getConverter

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

toString

public final java.lang.String toString()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()


Copyright © 2004 Ronald Blaschke. All Rights Reserved.