public class AddressBuilderAnchor extends Object implements BuildableAddress
Address with an anchor section.| 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. |
String |
toString() |
public Address build()
BuildableAddressAddress representing the current state of this AddressBuilder.build in interface BuildableAddresspublic Address buildLiteral()
BuildableAddressAddress 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
BuildableAddress.build(), which would result in `foo` being treated as a parameterized expression)
buildLiteral in interface BuildableAddressCopyright © 2018 OCPsoft. All rights reserved.