Interface Configured

All Known Implementing Classes:
CompactedJsonLdSerializer, ContextBuildingJsonLdSerializer, ExpandedJsonLdDeserializer, JsonLdDeserializer, JsonLdSerializer

public interface Configured
Marker interface for classes whose instances can provide configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the configuration holder for this JSON-LD processor.
    void
    Updates the configuration for this JSON-LD processor.
  • Method Details

    • configuration

      Configuration configuration()
      Gets the configuration holder for this JSON-LD processor.
      Returns:
      Configuration
    • updateConfiguration

      void updateConfiguration(Configuration configuration)
      Updates the configuration for this JSON-LD processor.
      Parameters:
      configuration - The Configuration.