Class GemValueInfo
- java.lang.Object
-
- org.mapstruct.tools.gem.processor.GemValueInfo
-
public class GemValueInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringnameprivate javax.lang.model.type.TypeMirrortypeMirrorprivate GemValueTypevalueType
-
Constructor Summary
Constructors Constructor Description GemValueInfo(java.lang.String name, javax.lang.model.type.TypeMirror typeMirror)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()javax.lang.model.type.TypeMirrorgetTypeMirror()GemValueTypegetValueType()voidsetValueType(GemValueType valueType)
-
-
-
Field Detail
-
name
private final java.lang.String name
-
typeMirror
private final javax.lang.model.type.TypeMirror typeMirror
-
valueType
private GemValueType valueType
-
-
Method Detail
-
getTypeMirror
public javax.lang.model.type.TypeMirror getTypeMirror()
-
getName
public java.lang.String getName()
-
getValueType
public GemValueType getValueType()
-
setValueType
public void setValueType(GemValueType valueType)
-
-