public static class PathAddressTransformer.BuilderImpl extends Object implements PathAddressTransformer.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
BuilderImpl(Iterator<PathAddressTransformer> transformers,
PathAddress original) |
| 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.
|
protected PathAddress |
start() |
protected BuilderImpl(Iterator<PathAddressTransformer> transformers, PathAddress original)
public PathAddress getOriginal()
PathAddressTransformer.BuildergetOriginal in interface PathAddressTransformer.Builderpublic PathAddress getCurrent()
PathAddressTransformer.BuildergetCurrent in interface PathAddressTransformer.Builderpublic PathAddress getRemaining()
PathAddressTransformer.BuildergetRemaining in interface PathAddressTransformer.Builderpublic PathAddress next(PathElement... elements)
PathAddressTransformer.Buildernext in interface PathAddressTransformer.Builderelements - the elements to appendprotected PathAddress start()
Copyright © 2021 JBoss by Red Hat. All rights reserved.