public class NoOpNormalizer extends Normalizer
serialVersionUIDdescription, 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, toStringcopy, getBytecode, getFqcn, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setSchemaName, setSpecification, unlockpublic NoOpNormalizer(String oid)
oid - The MR OID to use with this Normalizerpublic NoOpNormalizer()
public Value<?> normalize(Value<?> value)
normalize in class Normalizervalue - any valueNormalizer.normalize(Value)public String normalize(String value)
normalize in class Normalizervalue - any valueNormalizer.normalize(String)Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.