org.apache.directory.shared.ldap.schema
Class NoOpNormalizer

java.lang.Object
  extended byorg.apache.directory.shared.ldap.schema.NoOpNormalizer
All Implemented Interfaces:
Normalizer, java.io.Serializable

public class NoOpNormalizer
extends java.lang.Object
implements Normalizer, java.io.Serializable

No op (pass through or do nothing) normalizer returning what its given.

Version:
$Rev: 379008 $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
NoOpNormalizer()
          Creates a do nothing normalizer.
 
Method Summary
 java.lang.Object normalize(java.lang.Object value)
          Returns the value argument as-is without alterations all the time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpNormalizer

public NoOpNormalizer()
Creates a do nothing normalizer.

Method Detail

normalize

public java.lang.Object normalize(java.lang.Object value)
Returns the value argument as-is without alterations all the time.

Specified by:
normalize in interface Normalizer
Parameters:
value - any value
Returns:
the value argument returned as-is
See Also:
Normalizer.normalize(java.lang.Object)


Copyright © 2003-2006 . All Rights Reserved.