Class ValidationAnnotatedMember
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.domains.validations.ValidationAnnotatedMember
-
public class ValidationAnnotatedMember extends java.lang.Objectバリデーションアノテーションのついたメンバ
-
-
Constructor Summary
Constructors Constructor Description ValidationAnnotatedMember(FieldAnnotation fieldAnnotation)ValidationAnnotatedMember(MethodAnnotation methodAnnotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationDescriptionannotationDescription()TypeIdentifierannotationType()java.lang.StringasSimpleNameText()TypeIdentifierdeclaringType()TypeIdentifiertype()
-
-
-
Constructor Detail
-
ValidationAnnotatedMember
public ValidationAnnotatedMember(FieldAnnotation fieldAnnotation)
-
ValidationAnnotatedMember
public ValidationAnnotatedMember(MethodAnnotation methodAnnotation)
-
-
Method Detail
-
asSimpleNameText
public java.lang.String asSimpleNameText()
-
declaringType
public TypeIdentifier declaringType()
-
annotationType
public TypeIdentifier annotationType()
-
annotationDescription
public AnnotationDescription annotationDescription()
-
type
public TypeIdentifier type()
-
-