Class Framing
java.lang.Object
no.hasmac.jsonld.framing.Framing
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate final Frameprivate booleanprivate final JsonMapBuilderprivate final FramingState -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFraming(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty) -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidaddToResult(JsonMapBuilder result, String property, jakarta.json.JsonValue value) voidframe()ordered(boolean ordered) static Framingwith(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty)
-
Field Details
-
state
-
subjects
-
frame
-
parent
-
activeProperty
-
ordered
private boolean ordered
-
-
Constructor Details
-
Framing
private Framing(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty)
-
-
Method Details
-
with
public static Framing with(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty) -
ordered
-
frame
- Throws:
JsonLdError
-
addToResult
private static void addToResult(JsonMapBuilder result, String property, jakarta.json.JsonValue value)
-