org.apache.directory.shared.ldap.schema
Class NoOpNormalizer
java.lang.Object
org.apache.directory.shared.ldap.schema.NoOpNormalizer
- All Implemented Interfaces:
- Serializable, Normalizer
public class NoOpNormalizer
- extends Object
- implements Normalizer, Serializable
No op (pass through or do nothing) normalizer returning what its given.
- Version:
- $Rev: 437312 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
Method Summary |
Object |
normalize(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 |
INSTANCE
public static final NoOpNormalizer INSTANCE
NoOpNormalizer
public NoOpNormalizer()
- Creates a do nothing normalizer.
normalize
public Object normalize(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.