JenaConverterFactory
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JenaConverterFactory.type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
ConverterFactory
Create a new ProtoEncoder.
Create a new ProtoEncoder.
Value parameters
- options
-
Jelly serialization options.
Attributes
- Returns
-
encoder
- Definition Classes
-
ConverterFactory
Inherited methods
Create a new AnyStatementDecoder.
Create a new AnyStatementDecoder.
Value parameters
- supportedOptions
-
maximum supported options for the decoder. If not provided, this.defaultSupportedOptions will be used. If you want to modify this (e.g., to specify an expected logical stream type), you should always use this.defaultSupportedOptions.withXxx.
Attributes
- Returns
-
decoder
- Inherited from:
- ConverterFactory
Create a new GraphsAsQuadsDecoder.
Create a new GraphsAsQuadsDecoder.
Value parameters
- supportedOptions
-
maximum supported options for the decoder. If not provided, this.defaultSupportedOptions will be used. If you want to modify this (e.g., to specify an expected logical stream type), you should always use this.defaultSupportedOptions.withXxx.
Attributes
- Returns
-
decoder
- Inherited from:
- ConverterFactory
Create a new GraphsDecoder.
Create a new GraphsDecoder.
Value parameters
- supportedOptions
-
maximum supported options for the decoder. If not provided, this.defaultSupportedOptions will be used. If you want to modify this (e.g., to specify an expected logical stream type), you should always use this.defaultSupportedOptions.withXxx.
Attributes
- Returns
-
decoder
- Inherited from:
- ConverterFactory
Create a new QuadsDecoder.
Create a new QuadsDecoder.
Value parameters
- supportedOptions
-
maximum supported options for the decoder. If not provided, this.defaultSupportedOptions will be used. If you want to modify this (e.g., to specify an expected logical stream type), you should always use this.defaultSupportedOptions.withXxx.
Attributes
- Returns
-
decoder
- Inherited from:
- ConverterFactory
Create a new TriplesDecoder.
Create a new TriplesDecoder.
Value parameters
- supportedOptions
-
maximum supported options for the decoder. If not provided, this.defaultSupportedOptions will be used. If you want to modify this (e.g., to specify an expected logical stream type), you should always use this.defaultSupportedOptions.withXxx.
Attributes
- Returns
-
decoder
- Inherited from:
- ConverterFactory