Interface ArtifactReferenceResolverStrategy<T,​S>

    • Method Detail

      • loadSchema

        default boolean loadSchema()
        Determines whether to load and provide the parsed schema to the artifactReference(Record, ParsedSchema) method.
        Returns:
        true if the schema should be loaded and passed, false otherwise. Default implementation returns true.