Class NonEmptySingleAttachmentGroupValidator
- java.lang.Object
- 
- de.xima.cmn.validation.constraintvalidators.util.AValidateGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
- 
- de.xima.fc.workflow.validation.constraintvalidators.NonEmptySingleAttachmentGroupValidator
 
 
- 
- All Implemented Interfaces:
- de.xima.cmn.validation.spec.IGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>,- de.xima.cmn.validation.spec.IProxiedValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>,- javax.validation.ConstraintValidator<NonEmptySingleAttachmentGroup,Object>
 
 public class NonEmptySingleAttachmentGroupValidator extends de.xima.cmn.validation.constraintvalidators.util.AValidateGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment> Constraint annotation validator forNonEmptySingleAttachmentGroup.- Since:
- 8.1.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Constructor SummaryConstructors Constructor Description NonEmptySingleAttachmentGroupValidator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends NonEmptySingleAttachment>getConstraintClass()Class<? extends SingleAttachment>getFieldClass()Class<NonEmptySingleAttachmentGroup>getSelfClass()Class<Object>getTypeClass()protected booleanvalidate(SingleAttachment value, javax.validation.ConstraintValidatorContext context)
 
- 
- 
- 
Method Detail- 
getConstraintClasspublic Class<? extends NonEmptySingleAttachment> getConstraintClass() - Specified by:
- getConstraintClassin interface- de.xima.cmn.validation.spec.IProxiedValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
- Specified by:
- getConstraintClassin class- de.xima.cmn.validation.constraintvalidators.util.AValidateGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
 
 - 
getFieldClasspublic Class<? extends SingleAttachment> getFieldClass() - Specified by:
- getFieldClassin interface- de.xima.cmn.validation.spec.IProxiedValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
- Specified by:
- getFieldClassin class- de.xima.cmn.validation.constraintvalidators.util.AValidateGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
 
 - 
getSelfClasspublic Class<NonEmptySingleAttachmentGroup> getSelfClass() 
 - 
validateprotected boolean validate(SingleAttachment value, javax.validation.ConstraintValidatorContext context) - Specified by:
- validatein class- de.xima.cmn.validation.constraintvalidators.util.AValidateGroupValidator<NonEmptySingleAttachmentGroup,NonEmptySingleAttachment,Object,SingleAttachment>
 
 
- 
 
-