Class PropertyValidatorInformation
java.lang.Object
net.datenwerke.dtoservices.dtogenerator.analizer.PropertyValidatorInformation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassWraps information onNumberValidatorclassWraps information onStringValidator -
Constructor Summary
ConstructorsConstructorDescriptionPropertyValidatorInformation(PosoFieldDescriptor field, DtoAnnotationProcessor dtoAnnotationProcessor) Process the annotation and store information in member variables. -
Method Summary
-
Constructor Details
-
PropertyValidatorInformation
public PropertyValidatorInformation(PosoFieldDescriptor field, DtoAnnotationProcessor dtoAnnotationProcessor) Process the annotation and store information in member variables.- Parameters:
field-dtoAnnotationProcessor-
-
-
Method Details
-
isBypass
public boolean isBypass() -
getValidatorMethodName
-
isIgnoreOnFailure
public boolean isIgnoreOnFailure() -
hasTypeCheck
public boolean hasTypeCheck() -
getTypeForTypeCheck
-
getStringValidator
-
getNumberValidator
-
getCustomValidators
-