Uses of Enum
org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
Packages that use LargeLiteralHandling
-
Uses of LargeLiteralHandling in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type LargeLiteralHandlingModifier and TypeFieldDescriptionstatic final RioSetting
<LargeLiteralHandling> BasicParserSettings.LARGE_LITERALS_HANDLING
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate statements that contain long literals.Methods in org.eclipse.rdf4j.rio.helpers that return LargeLiteralHandlingModifier and TypeMethodDescriptionstatic LargeLiteralHandling
Returns the enum constant of this type with the specified name.static LargeLiteralHandling[]
LargeLiteralHandling.values()
Returns an array containing the constants of this enum type, in the order they are declared.