public class NoOpNormalizer extends Normalizer
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
The serial UID
|
description, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification
Constructor and Description |
---|
NoOpNormalizer()
Default constructor for NoOpNormalizer used when we must set the OID
after instantiating the Normalizer.
|
NoOpNormalizer(String oid)
Creates a new instance of NoOpNormalizer.
|
Modifier and Type | Method and Description |
---|---|
String |
normalize(String value)
Returns the value argument as-is without alterations all the time.
|
Value<?> |
normalize(Value<?> value)
Returns the value argument as-is without alterations all the time.
|
equals, setSchemaManager, toString
copy, getBytecode, getFqcn, isValid, registerOid, setBytecode, setFqcn
addExtension, addName, addToRegistries, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, removeFromRegistries, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setRegistries, setSchemaName, setSpecification
public static final long serialVersionUID
public NoOpNormalizer(String oid)
oid
- The MR OID to use with this Normalizerpublic NoOpNormalizer()
public Value<?> normalize(Value<?> value)
normalize
in class Normalizer
value
- any valueorg.apache.directory.shared.ldap.schema.Normalizer#normalize(java.lang.Object)
public String normalize(String value)
normalize
in class Normalizer
value
- any valueorg.apache.directory.shared.ldap.schema.Normalizer#normalize(java.lang.Object)
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.