Package no.hasmac.jsonld.expansion
Class ScalarExpansion
java.lang.Object
no.hasmac.jsonld.expansion.ScalarExpansion
Steps 4.1 - 4.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ActiveContext
private String
private jakarta.json.JsonValue
private jakarta.json.JsonValue
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ScalarExpansion
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.json.JsonValue
expand()
static ScalarExpansion
with
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty)
-
Field Details
-
activeContext
-
propertyContext
private jakarta.json.JsonValue propertyContext -
element
private jakarta.json.JsonValue element -
activeProperty
-
-
Constructor Details
-
ScalarExpansion
private ScalarExpansion(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty)
-
-
Method Details
-
with
public static ScalarExpansion with(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty) -
expand
- Throws:
JsonLdError
-