Class JigField
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.jigobject.member.JigField
-
public class JigField extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JigField(FieldDeclaration fieldDeclaration)JigField(FieldDeclaration fieldDeclaration, FieldAnnotations fieldAnnotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldAnnotationsfieldAnnotations()FieldDeclarationfieldDeclaration()booleanmatches(FieldDeclaration fieldDeclaration)JigFieldnewInstanceWith(FieldAnnotation fieldAnnotation)
-
-
-
Constructor Detail
-
JigField
public JigField(FieldDeclaration fieldDeclaration, FieldAnnotations fieldAnnotations)
-
JigField
public JigField(FieldDeclaration fieldDeclaration)
-
-
Method Detail
-
matches
public boolean matches(FieldDeclaration fieldDeclaration)
-
newInstanceWith
public JigField newInstanceWith(FieldAnnotation fieldAnnotation)
-
fieldDeclaration
public FieldDeclaration fieldDeclaration()
-
fieldAnnotations
public FieldAnnotations fieldAnnotations()
-
-