Class NullImplementation.NullConverter

java.lang.Object
com.tangosol.util.NullImplementation.NullConverter
All Implemented Interfaces:
Converter, Converter, Function
Enclosing class:
NullImplementation

public static class NullImplementation.NullConverter extends Object implements Converter
A Converter that does nothing.
Author:
cp 2002.02.08
  • Field Details

  • Method Details

    • convert

      public Object convert(Object o)
      Convert the passed object to another object.
      Specified by:
      convert in interface Converter
      Parameters:
      o - the object to convert
      Returns:
      the new, converted object