Uses of Interface
de.espirit.firstspirit.client.plugin.dataaccess.aspects.UrlGenerationContext.Builder
Packages that use UrlGenerationContext.Builder
-
Uses of UrlGenerationContext.Builder in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return UrlGenerationContext.BuilderModifier and TypeMethodDescription@NotNull UrlGenerationContext.Builder
Configures an attribute to be available in the generation context.static UrlGenerationContext.Builder
UrlGenerationContext.builder()
Creates a builder for the context in which an URL will be requested.@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.from
(@NotNull GenerationContext context) TheGenerationContext
to extract the context information from, which consists of: TheUrlCreator
configured in the given generation context TheUrlCreatorProvider
available in the given generation context The contextualLanguage
Whether or not the release version is used@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.from
(@NotNull JsonGenerationContext context) TheJsonGenerationContext
to extract the context information from, which consists of: TheUrlCreator
configured in the generation context TheUrlCreatorProvider
available in the generation context The contextualLanguage
Whether or not the release version is used The current attributes available in the given JSON generation context@NotNull UrlGenerationContext.Builder
Configures the contextualLanguage
when requesting the URL.@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.release
(boolean release) Indicates whether or not the URL is requested in the context of a release version.@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.urlCreator
(@Nullable UrlCreator urlCreator) Configures the url creator to be used in the current generation context.@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.urlCreatorProvider
(@Nullable UrlCreatorProvider urlCreatorProvider) Configures the provider of url creators in the current generation context.