Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.Association
Packages that use Association
Package
Description
-
Uses of Association in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return types with arguments of type AssociationModifier and TypeMethodDescriptionCachedSchemaRegistryClient.getAssociationsByResourceId(String resourceId, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) MockSchemaRegistryClient.getAssociationsByResourceId(String resourceId, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) default List<Association>SchemaRegistryClient.getAssociationsByResourceId(String resourceId, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) CachedSchemaRegistryClient.getAssociationsByResourceName(String resourceName, String resourceNamespace, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) MockSchemaRegistryClient.getAssociationsByResourceName(String resourceName, String resourceNamespace, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) default List<Association>SchemaRegistryClient.getAssociationsByResourceName(String resourceName, String resourceNamespace, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) CachedSchemaRegistryClient.getAssociationsBySubject(String subject, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) MockSchemaRegistryClient.getAssociationsBySubject(String subject, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) default List<Association>SchemaRegistryClient.getAssociationsBySubject(String subject, String resourceType, List<String> associationTypes, String lifecycle, int offset, int limit) -
Uses of Association in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest that return types with arguments of type AssociationModifier and TypeMethodDescriptionRestService.getAssociationsByResourceId(Map<String, String> requestProperties, String resourceId, String resourceType, List<String> associationTypes, LifecyclePolicy lifecycle, int offset, int limit) RestService.getAssociationsByResourceName(Map<String, String> requestProperties, String resourceName, String resourceNamespace, String resourceType, List<String> associationTypes, LifecyclePolicy lifecycle, int offset, int limit) RestService.getAssociationsBySubject(Map<String, String> requestProperties, String subject, String resourceType, List<String> associationTypes, LifecyclePolicy lifecycle, int offset, int limit) -
Uses of Association in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return types with arguments of type AssociationMethods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type AssociationMethod parameters in io.confluent.kafka.schemaregistry.client.rest.entities with type arguments of type AssociationModifier and TypeMethodDescriptionExtendedSchema.copy(List<Association> associations) voidExtendedSchema.setAssociations(List<Association> associations) static AssociationResponseAssociation.toAssociationResponse(String resourceName, String resourceNamespace, String resourceId, String resourceType, List<Association> associations, Map<String, Schema> schemas)