Uses of Class
io.apicurio.registry.maven.RegisterArtifact
Packages that use RegisterArtifact
-
Uses of RegisterArtifact in io.apicurio.registry.maven
Subclasses of RegisterArtifact in io.apicurio.registry.mavenMethods in io.apicurio.registry.maven that return RegisterArtifactModifier and TypeMethodDescriptionprotected RegisterArtifact
AbstractDirectoryParser.buildFromRoot
(RegisterArtifact rootArtifact, String artifactId) protected static RegisterArtifact
RegisterRegistryMojo.buildFromRoot
(RegisterArtifact rootArtifact, String artifactId) Methods in io.apicurio.registry.maven with parameters of type RegisterArtifactModifier and TypeMethodDescriptionprotected RegisterArtifact
AbstractDirectoryParser.buildFromRoot
(RegisterArtifact rootArtifact, String artifactId) protected static RegisterArtifact
RegisterRegistryMojo.buildFromRoot
(RegisterArtifact rootArtifact, String artifactId) abstract List
<io.apicurio.registry.rest.client.models.ArtifactReference> AbstractDirectoryParser.handleSchemaReferences
(RegisterArtifact rootArtifact, Schema schema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) List
<io.apicurio.registry.rest.client.models.ArtifactReference> AvroDirectoryParser.handleSchemaReferences
(RegisterArtifact rootArtifact, org.apache.avro.Schema rootSchema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) List
<io.apicurio.registry.rest.client.models.ArtifactReference> JsonSchemaDirectoryParser.handleSchemaReferences
(RegisterArtifact rootArtifact, org.everit.json.schema.Schema rootSchema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) List
<io.apicurio.registry.rest.client.models.ArtifactReference> ProtobufDirectoryParser.handleSchemaReferences
(RegisterArtifact rootArtifact, com.google.protobuf.Descriptors.FileDescriptor protoSchema, Map<String, io.apicurio.registry.content.TypedContent> fileContents) protected io.apicurio.registry.rest.client.models.ArtifactReference
AbstractDirectoryParser.registerNestedSchema
(String referenceName, List<io.apicurio.registry.rest.client.models.ArtifactReference> nestedArtifactReferences, RegisterArtifact nestedSchema, String artifactContent) Method parameters in io.apicurio.registry.maven with type arguments of type RegisterArtifactModifier and TypeMethodDescriptionvoid
RegisterRegistryMojo.setArtifacts
(List<RegisterArtifact> artifacts)