Class ValidatorFactoryRegistry
java.lang.Object
com.evolveum.midpoint.gui.impl.validation.ValidatorFactoryRegistry
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
@Component
public class ValidatorFactoryRegistry
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachValidators(List<String> validators, InputPanel panel, ItemValidationContext context) @Nullable ObjectpostProcessAfterInitialization(@NotNull Object bean, @NotNull String beanName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
ValidatorFactoryRegistry
public ValidatorFactoryRegistry()
-
-
Method Details
-
postProcessAfterInitialization
@Nullable public @Nullable Object postProcessAfterInitialization(@NotNull @NotNull Object bean, @NotNull @NotNull String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
attachValidators
public void attachValidators(List<String> validators, InputPanel panel, ItemValidationContext context)
-