Class MappingControl
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.MappingControl
-
public class MappingControl extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowBy2Steps()
boolean
allowDirect()
boolean
allowMappingMethod()
boolean
allowTypeConversion()
static MappingControl
fromTypeMirror(TypeMirror mirror, ElementUtils elementUtils)
-
-
-
Method Detail
-
fromTypeMirror
public static MappingControl fromTypeMirror(TypeMirror mirror, ElementUtils elementUtils)
-
allowDirect
public boolean allowDirect()
-
allowTypeConversion
public boolean allowTypeConversion()
-
allowMappingMethod
public boolean allowMappingMethod()
-
allowBy2Steps
public boolean allowBy2Steps()
-
-