Uses of Class
io.confluent.kafka.schemaregistry.utils.QualifiedSubject
Packages that use QualifiedSubject
-
Uses of QualifiedSubject in io.confluent.kafka.schemaregistry.utils
Methods in io.confluent.kafka.schemaregistry.utils that return QualifiedSubjectModifier and TypeMethodDescriptionstatic QualifiedSubjectCreates a QualifiedSubject from the given tenant and qualified subject.static QualifiedSubjectQualifiedSubject.createFromUnqualified(String tenant, String unqualifiedSubject) Creates a QualifiedSubject from the given tenant and unqualified subject.static QualifiedSubjectQualifiedSubject.qualifySubjectWithParent(String tenant, String parent, String subjectWithoutTenant) Qualifies the given subject (which has no tenant) with the given parent context (which may have a tenant).static QualifiedSubjectQualifiedSubject.qualifySubjectWithParent(String tenant, String parent, String subjectWithoutTenant, boolean prefixTenant) Qualifies the given subject (which has no tenant) with the given parent context (which may have a tenant).Methods in io.confluent.kafka.schemaregistry.utils with parameters of type QualifiedSubjectModifier and TypeMethodDescriptionintQualifiedSubject.compareTo(QualifiedSubject that) static booleanQualifiedSubject.isSubjectInContext(String tenant, String qualifiedSubject, QualifiedSubject qualifiedContext) Checks if the given qualified subject is a context for the given qualified subject.