Class EmptyWhenMessageParameterCreator

java.lang.Object
jp.ecuacion.lib.core.util.ReflectionUtil
jp.ecuacion.lib.validation.constraints.EmptyWhenMessageParameterCreator
All Implemented Interfaces:
jp.ecuacion.lib.core.jakartavalidation.bean.ValidatorMessageParameterCreator

public class EmptyWhenMessageParameterCreator extends jp.ecuacion.lib.core.util.ReflectionUtil
Is a kind of ValidatorMessageParameterCreator.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.LocalizedMessageParameter>
    create(jakarta.validation.ConstraintViolation<?> cv, Map<String,Object> paramMap, String rootRecordNameForForm)
     

    Methods inherited from class jp.ecuacion.lib.core.util.ReflectionUtil

    classExists, getField, getLeafBean, getValue, newInstance, searchAnnotationPlacedAtClass

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmptyWhenMessageParameterCreator

      public EmptyWhenMessageParameterCreator()
  • Method Details

    • create

      public Set<jp.ecuacion.lib.core.jakartavalidation.bean.ConstraintViolationBean.LocalizedMessageParameter> create(jakarta.validation.ConstraintViolation<?> cv, Map<String,Object> paramMap, String rootRecordNameForForm)
      Specified by:
      create in interface jp.ecuacion.lib.core.jakartavalidation.bean.ValidatorMessageParameterCreator