public class ValueMappingOptions extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ValueMappingOptions |
fromMappingGem(org.mapstruct.ap.internal.gem.ValueMappingGem mapping) |
static void |
fromMappingsGem(org.mapstruct.ap.internal.gem.ValueMappingsGem mappingsGem,
ExecutableElement method,
FormattingMessager messager,
List<ValueMappingOptions> mappings) |
AnnotationMirror |
getMirror() |
String |
getSource() |
AnnotationValue |
getSourceAnnotationValue() |
String |
getTarget() |
AnnotationValue |
getTargetAnnotationValue() |
int |
hashCode() |
ValueMappingOptions |
inverse() |
public static void fromMappingsGem(org.mapstruct.ap.internal.gem.ValueMappingsGem mappingsGem, ExecutableElement method, FormattingMessager messager, List<ValueMappingOptions> mappings)
public static ValueMappingOptions fromMappingGem(org.mapstruct.ap.internal.gem.ValueMappingGem mapping)
public String getSource()
public String getTarget()
public AnnotationMirror getMirror()
public AnnotationValue getSourceAnnotationValue()
public AnnotationValue getTargetAnnotationValue()
public ValueMappingOptions inverse()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.