nl.openedge.baritus.converters
Class NoopConverter

java.lang.Object
  extended bynl.openedge.baritus.converters.NoopConverter
All Implemented Interfaces:
Converter

public final class NoopConverter
extends java.lang.Object
implements Converter

Converter that does nothing at all! Used for fallthrough; if really no converter is found at all, this one is used

Author:
Eelco Hillenius

Constructor Summary
NoopConverter()
           
 
Method Summary
 java.lang.Object convert(java.lang.Class type, java.lang.Object value)
          noop; return value as was provided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopConverter

public NoopConverter()
Method Detail

convert

public java.lang.Object convert(java.lang.Class type,
                                java.lang.Object value)
noop; return value as was provided

Specified by:
convert in interface Converter
Parameters:
type - Data type to which this value should be converted
value - The input value to be converted
See Also:
Converter.convert(java.lang.Class, java.lang.Object)


Copyright © 2003-2004 Open Edge. All Rights Reserved.