Uses of Record Class
org.apache.jena.rfc3986.Violation
Packages that use Violation
-
Uses of Violation in org.apache.jena.rfc3986
Methods in org.apache.jena.rfc3986 that return types with arguments of type ViolationModifier and TypeMethodDescriptionIRI3986.violations()Return an immutable list of the violations for this IRI.Method parameters in org.apache.jena.rfc3986 with type arguments of type ViolationModifier and TypeMethodDescriptionvoidIRI3986.forEachViolation(Consumer<Violation> action) Call a consumer function for any violations recorded for this IRI.