public interface BuildableAddress
Address as a result.| Modifier and Type | Method and Description |
|---|---|
Address |
build()
Generate an
Address representing the current state of this AddressBuilder. |
Address |
buildLiteral()
Generate an
Address representing the current literal state of this AddressBuilder. |
Address build()
Address representing the current state of this AddressBuilder.Address buildLiteral()
Address representing the current literal state of this AddressBuilder.
(Does not apply parameterization. E.g. The URL `/{foo}` will be treated as literal text, as opposed to calling
build(), which would result in `foo` being treated as a parameterized expression)
Copyright © 2023 OCPsoft. All rights reserved.