Package com.clevercloud.biscuit.datalog
Class Check
- java.lang.Object
-
- com.clevercloud.biscuit.datalog.Check
-
public class Check extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static io.vavr.control.Either<Error.FormatError,Check>deserializeV2(Schema.CheckV2 check)booleanequals(Object o)inthashCode()List<Rule>queries()Schema.CheckV2serialize()StringtoString()
-
-
-
Method Detail
-
serialize
public Schema.CheckV2 serialize()
-
deserializeV2
public static io.vavr.control.Either<Error.FormatError,Check> deserializeV2(Schema.CheckV2 check)
-
-