Uses of Class
net.anotheria.asg.generator.view.meta.MetaValidator
-
Packages that use MetaValidator Package Description net.anotheria.asg.generator net.anotheria.asg.generator.parser net.anotheria.asg.generator.view.meta -
-
Uses of MetaValidator in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return MetaValidator Modifier and Type Method Description MetaValidatorGeneratorDataRegistry. getValidator(java.lang.String name)Returns parsed validator by name.Methods in net.anotheria.asg.generator with parameters of type MetaValidator Modifier and Type Method Description voidGeneratorDataRegistry. addValidator(MetaValidator validator)Adds parsed validator.Method parameters in net.anotheria.asg.generator with type arguments of type MetaValidator Modifier and Type Method Description voidGeneratorDataRegistry. addValidators(java.util.List<MetaValidator> aValidators)Adds parsed validators. -
Uses of MetaValidator in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return types with arguments of type MetaValidator Modifier and Type Method Description static java.util.List<MetaValidator>XMLValidatorsParser. parseValidators(java.lang.String content)parseValidators. -
Uses of MetaValidator in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return types with arguments of type MetaValidator Modifier and Type Method Description java.util.List<MetaValidator>MetaViewElement. getValidators()Getter for the fieldvalidators.java.util.List<MetaValidator>MultilingualFieldElement. getValidators()Getter for the fieldvalidators.Method parameters in net.anotheria.asg.generator.view.meta with type arguments of type MetaValidator Modifier and Type Method Description voidMetaViewElement. setValidators(java.util.List<MetaValidator> validator)Setter for the fieldvalidators.
-