public interface LegacyMapping
| Type | Property and Description |
|---|---|
boolean |
remapsTo
Returns
true if remapped property will be backed by another property field |
| 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 remapsToProperty
true if remapped property will be backed by another property fieldboolean 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 © 2017 JBoss by Red Hat. All rights reserved.