Class MappingControl
java.lang.Object
org.mapstruct.ap.internal.model.source.MappingControl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanstatic MappingControlfromTypeMirror(TypeMirror mirror, ElementUtils elementUtils)
-
Method Details
-
fromTypeMirror
-
allowDirect
public boolean allowDirect() -
allowTypeConversion
public boolean allowTypeConversion() -
allowMappingMethod
public boolean allowMappingMethod() -
allowBy2Steps
public boolean allowBy2Steps()
-