Module org.refcodes.rest
Package org.refcodes.rest
Interface HttpRegistryUrlAccessor.HttpRegistryUrlProperty
- All Superinterfaces:
HttpRegistryUrlAccessor
,HttpRegistryUrlAccessor.HttpRegistryUrlMutator
- All Known Subinterfaces:
HttpRegistry<DESC,
,B> HttpRegistryContext.HttpRegistryContextBuilder<DESC>
,HttpRegistryRestServer<DESC,
,B> HttpRegistrySidecar<DESC,
B>
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder
,AbstractHttpRegistryRestServerDecorator
,AbstractHttpRegistrySidecar
- Enclosing interface:
- HttpRegistryUrlAccessor
public static interface HttpRegistryUrlAccessor.HttpRegistryUrlProperty
extends HttpRegistryUrlAccessor, HttpRegistryUrlAccessor.HttpRegistryUrlMutator
Provides a service registry registry URL property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.rest.HttpRegistryUrlAccessor
HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>, HttpRegistryUrlAccessor.HttpRegistryUrlMutator, HttpRegistryUrlAccessor.HttpRegistryUrlProperty
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.refcodes.web.Url
letHttpRegistryUrl
(org.refcodes.web.Url aUrl) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUrl
(setter) as ofHttpRegistryUrlAccessor.HttpRegistryUrlMutator.setHttpRegistryUrl(Url)
and returns the very same value (getter).Methods inherited from interface org.refcodes.rest.HttpRegistryUrlAccessor
getHttpRegistryUrl
Methods inherited from interface org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlMutator
setHttpRegistryUrl
-
Method Details
-
letHttpRegistryUrl
default org.refcodes.web.Url letHttpRegistryUrl(org.refcodes.web.Url aUrl) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenUrl
(setter) as ofHttpRegistryUrlAccessor.HttpRegistryUrlMutator.setHttpRegistryUrl(Url)
and returns the very same value (getter).- Parameters:
aUrl
- TheUrl
to set (viaHttpRegistryUrlAccessor.HttpRegistryUrlMutator.setHttpRegistryUrl(Url)
).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-