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

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

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: 437312 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
static NoOpNormalizer INSTANCE
           
 
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
 

Field Detail

INSTANCE

public static final NoOpNormalizer INSTANCE
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 © 2004-2012. All Rights Reserved.