public interface LegacyMapping
| Modifier and Type | Method and Description |
|---|---|
String |
remapKey(String fieldName)
Returns a new value for a property key, e.g.
|
boolean |
remapsToCapability()
Returns
true if remapped property will be backed by capability map |
boolean |
remapsToProperty()
Returns
true if remapped property will be backed by another property field |
String |
remapValue(String value)
Returns a new value for a property value, e.g.
|
boolean remapsToCapability()
true if remapped property will be backed by capability mapboolean remapsToProperty()
true if remapped property will be backed by another property fieldString remapKey(String fieldName)
fieldName - Original field name from legacy Drone configurationCopyright © 2022 JBoss by Red Hat. All rights reserved.