Class MappingControl

java.lang.Object
org.mapstruct.ap.internal.model.source.MappingControl

public class MappingControl extends Object
  • Method Details

    • 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()