Package cz.cvut.kbss.jsonld.common
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 TypeMethodDescriptionGets the configuration holder for this JSON-LD processor.
-
Method Details
-
configuration
Configuration configuration()Gets the configuration holder for this JSON-LD processor.- Returns:
- Configuration
-