Uses of Class
dev.vality.damsel.domain.RoutingDelegate
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of RoutingDelegate in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return RoutingDelegate Modifier and Type Method Description RoutingDelegateRoutingDelegate. deepCopy()RoutingDelegateRoutingDelegate. setAllowed(Predicate allowed)RoutingDelegateRoutingDelegate. setDescription(String description)RoutingDelegateRoutingDelegate. setRuleset(RoutingRulesetRef ruleset)Methods in dev.vality.damsel.domain that return types with arguments of type RoutingDelegate Modifier and Type Method Description List<RoutingDelegate>RoutingDecisions. getDelegates()Methods in dev.vality.damsel.domain with parameters of type RoutingDelegate Modifier and Type Method Description intRoutingDelegate. compareTo(RoutingDelegate other)booleanRoutingDelegate. equals(RoutingDelegate that)Method parameters in dev.vality.damsel.domain with type arguments of type RoutingDelegate Modifier and Type Method Description static RoutingDecisionsRoutingDecisions. delegates(List<RoutingDelegate> value)voidRoutingDecisions. setDelegates(List<RoutingDelegate> value)Constructors in dev.vality.damsel.domain with parameters of type RoutingDelegate Constructor Description RoutingDelegate(RoutingDelegate other)Performs a deep copy on other.