Uses of Enum Class
org.eclipse.rdf4j.spin.SpinRenderer.Output
Packages that use SpinRenderer.Output
Package
Description
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of SpinRenderer.Output in org.eclipse.rdf4j.spin
Subclasses with type arguments of type SpinRenderer.Output in org.eclipse.rdf4j.spinMethods in org.eclipse.rdf4j.spin that return SpinRenderer.OutputModifier and TypeMethodDescriptionstatic SpinRenderer.OutputReturns the enum constant of this class with the specified name.static SpinRenderer.Output[]SpinRenderer.Output.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.rdf4j.spin with parameters of type SpinRenderer.OutputModifierConstructorDescriptionSpinRenderer(SpinRenderer.Output output) SpinRenderer(SpinRenderer.Output output, com.google.common.base.Function<String, IRI> wellKnownVarMapper, com.google.common.base.Function<String, IRI> wellKnownFuncMapper, ValueFactory vf)