Package org.mapstruct.ap.internal.model
Interface AbstractMappingMethodBuilder.ForgeMethodCreator
-
- Enclosing class:
- AbstractMappingMethodBuilder<B extends AbstractMappingMethodBuilder<B,M>,M extends MappingMethod>
private static interface AbstractMappingMethodBuilder.ForgeMethodCreator
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ForgedMethodcreateMethod(java.lang.String name, Type sourceType, Type returnType, Method basedOn, ForgedMethodHistory history, boolean forgedNameBased)static AbstractMappingMethodBuilder.ForgeMethodCreatorforSubclassMapping(MappingReferences mappingReferences)
-
-
-
Method Detail
-
createMethod
ForgedMethod createMethod(java.lang.String name, Type sourceType, Type returnType, Method basedOn, ForgedMethodHistory history, boolean forgedNameBased)
-
forSubclassMapping
static AbstractMappingMethodBuilder.ForgeMethodCreator forSubclassMapping(MappingReferences mappingReferences)
-
-