Uses of Interface
org.apache.nifi.schemaregistry.services.SchemaDefinition
-
Uses of SchemaDefinition in org.apache.nifi.schemaregistry.services
Classes in org.apache.nifi.schemaregistry.services that implement SchemaDefinitionModifier and TypeClassDescriptionclassSimple implementation of SchemaDefinition that holds a schema identifier, text, and references.Fields in org.apache.nifi.schemaregistry.services with type parameters of type SchemaDefinitionModifier and TypeFieldDescriptionprivate final Map<String, SchemaDefinition> StandardSchemaDefinition.referencesMethods in org.apache.nifi.schemaregistry.services that return SchemaDefinitionModifier and TypeMethodDescriptiondefault SchemaDefinitionSchemaRegistry.retrieveSchemaDefinition(SchemaIdentifier schemaIdentifier) Retrieves the raw schema definition including its textual representation and references.Methods in org.apache.nifi.schemaregistry.services that return types with arguments of type SchemaDefinitionModifier and TypeMethodDescriptiondefault Map<String, SchemaDefinition> SchemaDefinition.getReferences()StandardSchemaDefinition.getReferences()Methods in org.apache.nifi.schemaregistry.services with parameters of type SchemaDefinitionModifier and TypeMethodDescriptionMessageNameResolver.getMessageName(Map<String, String> variables, SchemaDefinition schemaDefinition, InputStream inputStream) Resolves and returns the message name based on the provided schema definition and input stream.Constructor parameters in org.apache.nifi.schemaregistry.services with type arguments of type SchemaDefinitionModifierConstructorDescriptionStandardSchemaDefinition(SchemaIdentifier identifier, String text, SchemaDefinition.SchemaType schemaType, Map<String, SchemaDefinition> references) Creates a new StandardSchemaDefinition.