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.BuilderConfigures an attribute to be available in the generation context.static UrlGenerationContext.BuilderUrlGenerationContext.builder()Creates a builder for the context in which an URL will be requested.@NotNull UrlGenerationContext.BuilderUrlGenerationContext.Builder.from(@NotNull GenerationContext context) TheGenerationContextto extract the context information from, which consists of: TheUrlCreatorconfigured in the given generation context TheUrlCreatorProvideravailable in the given generation context The contextualLanguageWhether or not the release version is used@NotNull UrlGenerationContext.BuilderUrlGenerationContext.Builder.from(@NotNull JsonGenerationContext context) TheJsonGenerationContextto extract the context information from, which consists of: TheUrlCreatorconfigured in the generation context TheUrlCreatorProvideravailable in the generation context The contextualLanguageWhether or not the release version is used The current attributes available in the given JSON generation context@NotNull UrlGenerationContext.BuilderConfigures the contextualLanguagewhen requesting the URL.@NotNull UrlGenerationContext.BuilderUrlGenerationContext.Builder.release(boolean release) Indicates whether or not the URL is requested in the context of a release version.@NotNull UrlGenerationContext.BuilderUrlGenerationContext.Builder.urlCreator(@Nullable UrlCreator urlCreator) Configures the url creator to be used in the current generation context.@NotNull UrlGenerationContext.BuilderUrlGenerationContext.Builder.urlCreatorProvider(@Nullable UrlCreatorProvider urlCreatorProvider) Configures the provider of url creators in the current generation context.