@Deprecated public class PrefixSuffixTransformer extends Object implements FunctionTransformer
Constructor and Description |
---|
PrefixSuffixTransformer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getPrefix()
Deprecated.
|
String |
getSuffix()
Deprecated.
|
void |
setPrefix(String prefix)
Deprecated.
|
void |
setSuffix(String suffix)
Deprecated.
|
Object |
transform(Object input)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public String getPrefix()
public void setPrefix(String prefix)
public String getSuffix()
public void setSuffix(String suffix)
Copyright © 2018. All rights reserved.