public class MappingControl extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
allowBy2Steps() |
boolean |
allowDirect() |
boolean |
allowMappingMethod() |
boolean |
allowTypeConversion() |
static MappingControl |
fromTypeMirror(TypeMirror mirror,
Elements elementUtils) |
public static MappingControl fromTypeMirror(TypeMirror mirror, Elements elementUtils)
public boolean allowDirect()
public boolean allowTypeConversion()
public boolean allowMappingMethod()
public boolean allowBy2Steps()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.