Package io.atlasmap.v2
Class ReplaceAll
java.lang.Object
io.atlasmap.v2.Action
io.atlasmap.v2.ReplaceAll
- All Implemented Interfaces:
FieldAction
,Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMatch()
Gets the value of the match property.Gets the value of the newString property.void
Sets the value of the match property.void
setNewString
(String value) Sets the value of the newString property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.atlasmap.v2.FieldAction
getDisplayName
-
Field Details
-
match
-
newString
-
-
Constructor Details
-
ReplaceAll
public ReplaceAll()
-
-
Method Details
-
getMatch
Gets the value of the match property.- Returns:
- possible object is
String
-
setMatch
Sets the value of the match property.- Parameters:
value
- allowed object isString
-
getNewString
Gets the value of the newString property.- Returns:
- possible object is
String
-
setNewString
Sets the value of the newString property.- Parameters:
value
- allowed object isString
-