Package com.apicatalog.jsonld.framing
Class Framing
- java.lang.Object
-
- com.apicatalog.jsonld.framing.Framing
-
public final class Framing extends Object
- See Also:
- Framing Algorithm
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidframe()Framingordered(boolean ordered)static Framingwith(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty)
-
-
-
Method Detail
-
with
public static final Framing with(FramingState state, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty)
-
ordered
public Framing ordered(boolean ordered)
-
frame
public void frame() throws JsonLdError- Throws:
JsonLdError
-
-