Package com.apicatalog.jsonld.framing
Class FrameMatcher
- java.lang.Object
-
- com.apicatalog.jsonld.framing.FrameMatcher
-
public final class FrameMatcher extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>match(Collection<String> subjects)booleanmatch(Map<String,jakarta.json.JsonValue> node)static FrameMatcherwith(FramingState state, Frame frame, boolean requireAll)
-
-
-
Method Detail
-
with
public static final FrameMatcher with(FramingState state, Frame frame, boolean requireAll)
-
match
public List<String> match(Collection<String> subjects) throws JsonLdError
- Throws:
JsonLdError
-
match
public boolean match(Map<String,jakarta.json.JsonValue> node) throws JsonLdError
- Throws:
JsonLdError
-
-