Class BackbonePlugin
- java.lang.Object
-
- dev.hilla.parser.plugins.backbone.BackbonePlugin
-
- All Implemented Interfaces:
Plugin,Plugin.Processor
public final class BackbonePlugin extends Object implements Plugin.Processor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface dev.hilla.parser.core.Plugin
Plugin.Preprocessor, Plugin.Processor
-
-
Constructor Summary
Constructors Constructor Description BackbonePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidprocess(Collection<ClassInfoModel> endpoints, Collection<ClassInfoModel> entities)voidsetOrder(int order)voidsetStorage(SharedStorage storage)
-
-
-
Method Detail
-
process
public void process(@Nonnull Collection<ClassInfoModel> endpoints, @Nonnull Collection<ClassInfoModel> entities)- Specified by:
processin interfacePlugin.Processor
-
setStorage
public void setStorage(@Nonnull SharedStorage storage)- Specified by:
setStoragein interfacePlugin
-
-