| Constructor and Description |
|---|
ReplaceStringTransformer(String pattern,
String with) |
| Modifier and Type | Method and Description |
|---|---|
Exchange |
apply(Exchange exchange) |
static ReplaceStringTransformer |
clearTimestamps()
Predefined transformer replacing all timestamps with the epoch (1970-01-01T00:00:00Z).
|
static ReplaceStringTransformer |
clearUUIDs()
Predefined transformer placing all UUIDs with a blank one (00000000-0000-0000-0000-000000000000).
|
public static ReplaceStringTransformer clearTimestamps()
public static ReplaceStringTransformer clearUUIDs()
Copyright © 2016–2020. All rights reserved.