Uses of Class
io.apicurio.registry.rest.v3.beans.CreateRule
Packages that use CreateRule
-
Uses of CreateRule in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type CreateRuleModifier and TypeMethodDescriptionvoidGroupsResource.createArtifactRule(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @NotNull CreateRule data) Adds a rule to the list of rules that get applied to the artifact when adding new versions.voidAdminResource.createGlobalRule(@NotNull CreateRule data) Adds a rule to the list of globally configured rules.voidGroupsResource.createGroupRule(@Pattern(regexp="^.{1,512}$") String groupId, @NotNull CreateRule data) Adds a rule to the list of rules that get applied to an artifact in the group when adding new versions.