Uses of Interface
org.dspace.rdf.conversion.ConverterPlugin
-
Packages that use ConverterPlugin Package Description org.dspace.rdf.conversion -
-
Uses of ConverterPlugin in org.dspace.rdf.conversion
Classes in org.dspace.rdf.conversion that implement ConverterPlugin Modifier and Type Class Description classMetadataConverterPluginclassSimpleDSORelationsConverterPluginclassStaticDSOConverterPluginFields in org.dspace.rdf.conversion with type parameters of type ConverterPlugin Modifier and Type Field Description protected List<ConverterPlugin>RDFConverterImpl. pluginsMethods in org.dspace.rdf.conversion that return types with arguments of type ConverterPlugin Modifier and Type Method Description List<ConverterPlugin>RDFConverterImpl. getConverterPlugins()Method parameters in org.dspace.rdf.conversion with type arguments of type ConverterPlugin Modifier and Type Method Description voidRDFConverterImpl. setPlugins(List<ConverterPlugin> plugins)
-