Uses of Class
dev.vality.damsel.domain.InspectorSelector
Packages that use InspectorSelector
-
Uses of InspectorSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InspectorSelectorMethods in dev.vality.damsel.domain that return InspectorSelectorModifier and TypeMethodDescriptionstatic InspectorSelectorInspectorSelector.decisions(List<InspectorDecision> value) InspectorSelector.deepCopy()PaymentInstitution.getInspector()InspectorDecision.getThen()static InspectorSelectorInspectorSelector.value(InspectorRef value) Methods in dev.vality.damsel.domain with parameters of type InspectorSelectorModifier and TypeMethodDescriptionintInspectorSelector.compareTo(InspectorSelector other) booleanInspectorSelector.equals(InspectorSelector other) PaymentInstitution.setInspector(InspectorSelector inspector) InspectorDecision.setThen(InspectorSelector then_) Constructors in dev.vality.damsel.domain with parameters of type InspectorSelectorModifierConstructorDescriptionInspectorDecision(Predicate if_, InspectorSelector then_) PaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)