Uses of Class
io.apicurio.registry.resolver.strategy.ArtifactCoordinates
-
Packages that use ArtifactCoordinates Package Description io.apicurio.registry.resolver io.apicurio.registry.resolver.strategy -
-
Uses of ArtifactCoordinates in io.apicurio.registry.resolver
Methods in io.apicurio.registry.resolver that return ArtifactCoordinates Modifier and Type Method Description ArtifactCoordinatesSchemaLookupResult. toArtifactCoordinates()Methods in io.apicurio.registry.resolver with parameters of type ArtifactCoordinates Modifier and Type Method Description booleanERCache. containsByArtifactCoordinates(ArtifactCoordinates key)VERCache. getByArtifactCoordinates(ArtifactCoordinates key, Function<ArtifactCoordinates,V> loaderFunction)Method parameters in io.apicurio.registry.resolver with type arguments of type ArtifactCoordinates Modifier and Type Method Description voidERCache. configureArtifactCoordinatesKeyExtractor(Function<V,ArtifactCoordinates> keyExtractor)VERCache. getByArtifactCoordinates(ArtifactCoordinates key, Function<ArtifactCoordinates,V> loaderFunction) -
Uses of ArtifactCoordinates in io.apicurio.registry.resolver.strategy
Methods in io.apicurio.registry.resolver.strategy that return ArtifactCoordinates Modifier and Type Method Description ArtifactCoordinatesArtifactCoordinates.ArtifactCoordinatesBuilder. build()static ArtifactCoordinatesArtifactCoordinates. fromArtifactReference(ArtifactReference artifactReference)
-