Uses of Class
dev.vality.damsel.domain.RoutingDelegate
Packages that use RoutingDelegate
-
Uses of RoutingDelegate in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return RoutingDelegateModifier and TypeMethodDescriptionRoutingDelegate.deepCopy()RoutingDelegate.setAllowed(Predicate allowed) RoutingDelegate.setDescription(String description) RoutingDelegate.setRuleset(RoutingRulesetRef ruleset) Methods in dev.vality.damsel.domain that return types with arguments of type RoutingDelegateMethods in dev.vality.damsel.domain with parameters of type RoutingDelegateModifier and TypeMethodDescriptionintRoutingDelegate.compareTo(RoutingDelegate other) booleanRoutingDelegate.equals(RoutingDelegate that) Method parameters in dev.vality.damsel.domain with type arguments of type RoutingDelegateModifier and TypeMethodDescriptionstatic RoutingDecisionsRoutingDecisions.delegates(List<RoutingDelegate> value) voidRoutingDecisions.setDelegates(List<RoutingDelegate> value) Constructors in dev.vality.damsel.domain with parameters of type RoutingDelegateModifierConstructorDescriptionRoutingDelegate(RoutingDelegate other) Performs a deep copy on other.