Package io.inugami.api.processors
Interface ClassBehaviorParametersSPI
-
- All Known Implementing Classes:
ClassBehavior,ProcessorModel
public interface ClassBehaviorParametersSPIInugami use a lot of SPI implementation, Some components required to be configured. SPI implementation required to have on implementation a constructor without parameters. In Java is not possible to create an final SPI implementation with some initialized fields. To do it, the ClassBehaviorParametersSPI allows to build a newer SPI instance with given configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Class<?> clazz)<T> Tbuild(ClassBehavior behavior, ConfigHandler<String,String> config)
-
-
-
Method Detail
-
accept
boolean accept(Class<?> clazz)
-
build
<T> T build(ClassBehavior behavior, ConfigHandler<String,String> config)
-
-