Uses of Interface
com.broadleafcommerce.paymenttransaction.web.service.RequestPaymentLockInfoResolver
Packages that use RequestPaymentLockInfoResolver
Package
Description
-
Uses of RequestPaymentLockInfoResolver in com.broadleafcommerce.paymenttransaction.web.resolver
Methods in com.broadleafcommerce.paymenttransaction.web.resolver that return RequestPaymentLockInfoResolverModifier and TypeMethodDescriptionprotected RequestPaymentLockInfoResolver
PaymentLockInfoMethodArgumentResolver.getPaymentLockInfoResolver()
protected RequestPaymentLockInfoResolver
PaymentLockTokensMethodArgumentResolver.getPaymentLockInfoResolver()
Constructors in com.broadleafcommerce.paymenttransaction.web.resolver with parameters of type RequestPaymentLockInfoResolverModifierConstructorDescriptionPaymentLockInfoMethodArgumentResolver
(RequestPaymentLockInfoResolver paymentLockInfoResolver, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PaymentLockTokensMethodArgumentResolver
(RequestPaymentLockInfoResolver paymentLockInfoResolver, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of RequestPaymentLockInfoResolver in com.broadleafcommerce.paymenttransaction.web.service
Classes in com.broadleafcommerce.paymenttransaction.web.service that implement RequestPaymentLockInfoResolverModifier and TypeClassDescriptionclass
Resolves the lock type and id of the payment that are provided via request headers.