Package org.mapstruct.ap.internal.model
Class BeanMappingMethod.Builder
java.lang.Object
org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder<BeanMappingMethod.Builder,BeanMappingMethod>
org.mapstruct.ap.internal.model.BeanMappingMethod.Builder
- Enclosing class:
BeanMappingMethod
public static class BeanMappingMethod.Builder
extends AbstractMappingMethodBuilder<BeanMappingMethod.Builder,BeanMappingMethod>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MappingBuilderContextprotected Methodprotected BeanMappingMethod.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()forgedMethod(ForgedMethod forgedMethod) mappingContext(MappingBuilderContext mappingContext) protected booleansourceMethod(SourceMethod sourceMethod) Methods inherited from class org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder
getDescription, getMethodAnnotations
-
Field Details
-
myself
-
ctx
-
method
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
shouldUsePropertyNamesInHistory
protected boolean shouldUsePropertyNamesInHistory()- Specified by:
shouldUsePropertyNamesInHistoryin classAbstractMappingMethodBuilder<BeanMappingMethod.Builder,BeanMappingMethod> - Returns:
trueif property names should be used for the creation of theForgedMethodHistory.
-
sourceMethod
-
forgedMethod
-
build
- Specified by:
buildin classAbstractMappingMethodBuilder<BeanMappingMethod.Builder,BeanMappingMethod>
-
mappingContext
-
method
-