public interface UrlAccessor<URL extends Url>
Modifier and Type | Interface and Description |
---|---|
static interface |
UrlAccessor.UrlBuilder<URL extends Url,B extends UrlAccessor.UrlBuilder<URL,B>>
Provides a builder method for a URL property returning the builder for
applying multiple build operations.
|
static interface |
UrlAccessor.UrlMutator<URL extends Url>
Provides a mutator for a URL property.
|
static interface |
UrlAccessor.UrlProperty<URL extends Url>
Provides a URL property.
|
Modifier and Type | Method and Description |
---|---|
URL |
getUrl()
Retrieves the URL from the URL property.
|
URL getUrl()
Copyright © 2018. All rights reserved.