Uses of Class
dev.vality.damsel.domain.InspectorSelector
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InspectorSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InspectorSelector Modifier and Type Field Description InspectorSelectorPaymentInstitution. inspectorInspectorSelectorInspectorDecision. then_Methods in dev.vality.damsel.domain that return InspectorSelector Modifier and Type Method Description static InspectorSelectorInspectorSelector. decisions(List<InspectorDecision> value)InspectorSelectorInspectorSelector. deepCopy()InspectorSelectorPaymentInstitution. getInspector()InspectorSelectorInspectorDecision. getThen()static InspectorSelectorInspectorSelector. value(InspectorRef value)Methods in dev.vality.damsel.domain with parameters of type InspectorSelector Modifier and Type Method Description intInspectorSelector. compareTo(InspectorSelector other)booleanInspectorSelector. equals(InspectorSelector other)PaymentInstitutionPaymentInstitution. setInspector(InspectorSelector inspector)InspectorDecisionInspectorDecision. setThen(InspectorSelector then_)Constructors in dev.vality.damsel.domain with parameters of type InspectorSelector Constructor Description InspectorDecision(Predicate if_, InspectorSelector then_)InspectorSelector(InspectorSelector other)PaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)