Uses of Interface
de.espirit.firstspirit.generate.functions.json.JsonGenerationContext
Package
Description
-
Uses of JsonGenerationContext in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescription@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 -
Uses of JsonGenerationContext in de.espirit.firstspirit.generate.functions.json.handler
Modifier and TypeMethodDescription@NotNull JsonElement<?>
JsonHandler.handle
(@NotNull JsonGenerationContext context, T value) This method transforms the given value to a validJsonElement
.