public static interface PathAddressTransformer.Builder
Modifier and Type | Method and Description |
---|---|
PathAddress |
getCurrent()
Get the current address, from the builder.
|
PathAddress |
getOriginal()
Get the unmodified (original) address.
|
PathAddress |
getRemaining()
Get the remaining elements left for transformation.
|
PathAddress |
next(PathElement... elements)
Append an element to the current address and continue to the next transformer in the chain.
|
PathAddress getOriginal()
PathAddress getCurrent()
PathAddress getRemaining()
PathAddress next(PathElement... elements)
elements
- the elements to appendCopyright © 2023 JBoss by Red Hat. All rights reserved.