Uses of Enum Class
io.apicurio.registry.types.ReferenceType
Packages that use ReferenceType
Package
Description
-
Uses of ReferenceType in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionGroupsResource.getArtifactVersionReferences(String groupId, String artifactId, String version, ReferenceType refType) Retrieves all references for a single version of an artifact.IdsResource.referencesByGlobalId(long globalId, ReferenceType refType) Returns a list containing all the artifact references using the artifact global ID. -
Uses of ReferenceType in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionGroupsResource.getArtifactVersionReferences(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, ReferenceType refType) Retrieves all references for a single version of an artifact.IdsResource.referencesByGlobalId(long globalId, ReferenceType refType) Returns a list containing all the artifact references using the artifact global ID. -
Uses of ReferenceType in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return ReferenceTypeModifier and TypeMethodDescriptionstatic ReferenceTypestatic ReferenceTypeReturns the enum constant of this class with the specified name.static ReferenceType[]ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.