Interface RuleSpec<E extends ActionContext, T>
public interface RuleSpec<E extends ActionContext, T>
-
Method Summary
Modifier and TypeMethodDescription@NonNull RuleBehavior<E, T> @NonNull RuleCategory@NonNull RuleDefinition@NonNull TgetType()
-
Method Details
-
getCategory
@NonNull RuleCategory getCategory() -
getType
-
getDefaultDefinition
@NonNull RuleDefinition getDefaultDefinition() -
getDefaultValue
@NonNull T getDefaultValue() -
createBehavior
@NonNull RuleBehavior<E,T> createBehavior()
-