RuleHandler class abstract

RuleHandler

Properties:

  • config - Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings.
  • handler - Handler identifies the implementation which will be used to handle this specific request. Please read the user guide for a complete list of available handlers.
Annotations
  • @BuiltValue()

Constructors

RuleHandler([void updates(RuleHandlerBuilder b)])
factory

Properties

config → JsonObject?
Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings.
no setter
handler String?
Handler identifies the implementation which will be used to handle this specific request. Please read the user guide for a complete list of available handlers.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RuleHandlerBuilder)) RuleHandler
Rebuilds the instance.
inherited
toBuilder() RuleHandlerBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<RuleHandler>
no setter