BLC で、配送と請求フォームを検証するカスタム ロジックを提供したいと考えています。2 つのバリデーターは以下のコードのように定義されており、BroadleafShippingInfoController と BroadleafBillingInfoController でそれぞれ使用されています。
@Component("blShippingInfoFormValidator")
public class ShippingInfoFormValidator implements Validator
@Component("blBillingInfoFormValidator")
public class BillingInfoFormValidator implements Validator
BLC フレームワークで ShippingInfoFormValidator と BillingInfoFormValidator の代わりに使用できるカスタム バリデータ クラスを作成する方法はありますか?