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 RegisterArtifactAbstractDirectoryParser.buildFromRoot(RegisterArtifact rootArtifact, String artifactId) protected static RegisterArtifactRegisterRegistryMojo.buildFromRoot(RegisterArtifact rootArtifact, String artifactId) Methods in io.apicurio.registry.maven with parameters of type RegisterArtifactModifier and TypeMethodDescriptionprotected RegisterArtifactAbstractDirectoryParser.buildFromRoot(RegisterArtifact rootArtifact, String artifactId) protected static RegisterArtifactRegisterRegistryMojo.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, io.apicurio.registry.rules.ParsedJsonSchema someRootSchema, 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.ArtifactReferenceAbstractDirectoryParser.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 TypeMethodDescriptionvoidRegisterRegistryMojo.setArtifacts(List<RegisterArtifact> artifacts)