Uses of Class
no.hasmac.jsonld.framing.Frame
-
Packages that use Frame Package Description no.hasmac.jsonld.framing Framing Algorithms. -
-
Uses of Frame in no.hasmac.jsonld.framing
Fields in no.hasmac.jsonld.framing declared as Frame Modifier and Type Field Description static FrameFrame. EMPTYprivate FrameFrameMatcher. frameprivate FrameFraming. frameMethods in no.hasmac.jsonld.framing that return Frame Modifier and Type Method Description static FrameFrame. of(jakarta.json.JsonStructure structure)Methods in no.hasmac.jsonld.framing with parameters of type Frame Modifier and Type Method Description static FrameMatcherFrameMatcher. with(FramingState state, Frame frame, boolean requireAll)static FramingFraming. with(FramingState state, java.util.List<java.lang.String> subjects, Frame frame, JsonMapBuilder parent, java.lang.String activeProperty)Constructors in no.hasmac.jsonld.framing with parameters of type Frame Constructor Description FrameMatcher(FramingState state, Frame frame, boolean requireAll)Framing(FramingState state, java.util.List<java.lang.String> subjects, Frame frame, JsonMapBuilder parent, java.lang.String activeProperty)
-