Uses of Class
com.apicatalog.jsonld.framing.Frame
-
Packages that use Frame Package Description com.apicatalog.jsonld.framing Framing Algorithms. -
-
Uses of Frame in com.apicatalog.jsonld.framing
Fields in com.apicatalog.jsonld.framing declared as Frame Modifier and Type Field Description static FrameFrame. EMPTYMethods in com.apicatalog.jsonld.framing that return Frame Modifier and Type Method Description static FrameFrame. of(jakarta.json.JsonStructure structure)Methods in com.apicatalog.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, List<String> subjects, Frame frame, JsonMapBuilder parent, String activeProperty)
-