Uses of Class
org.hansken.plugin.extraction.api.TransformerLabel
-
Packages that use TransformerLabel Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of TransformerLabel in org.hansken.plugin.extraction.api
Methods in org.hansken.plugin.extraction.api that return types with arguments of type TransformerLabel Modifier and Type Method Description List<TransformerLabel>PluginInfo. transformers()Get a list of possible transform methods this plugin provides.Method parameters in org.hansken.plugin.extraction.api with type arguments of type TransformerLabel Modifier and Type Method Description PluginInfo.BuilderPluginInfo.Builder. transformer(List<TransformerLabel> transformers)
-