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. All rights reserved.