Class ScalarExpansion

java.lang.Object
no.hasmac.jsonld.expansion.ScalarExpansion

public final class ScalarExpansion extends Object
Steps 4.1 - 4.3
See Also:
  • Field Details

    • activeContext

      private ActiveContext activeContext
    • propertyContext

      private jakarta.json.JsonValue propertyContext
    • element

      private jakarta.json.JsonValue element
    • activeProperty

      private String activeProperty
  • Constructor Details

    • ScalarExpansion

      private ScalarExpansion(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty)
  • Method Details