Class DelegatingBuilderProvider
java.lang.Object
de.firehead.mapstruct.spi.protobuf.builderprovider.DelegatingBuilderProvider
- All Implemented Interfaces:
org.mapstruct.ap.spi.BuilderProvider
public class DelegatingBuilderProvider
extends Object
implements org.mapstruct.ap.spi.BuilderProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mapstruct.ap.spi.BuilderInfofindBuilderInfo(TypeMirror aType) voidinit(org.mapstruct.ap.spi.MapStructProcessingEnvironment aProcessingEnvironment)
-
Field Details
-
delegate
protected org.mapstruct.ap.spi.BuilderProvider delegate
-
-
Constructor Details
-
DelegatingBuilderProvider
public DelegatingBuilderProvider()
-
-
Method Details
-
init
public void init(org.mapstruct.ap.spi.MapStructProcessingEnvironment aProcessingEnvironment) - Specified by:
initin interfaceorg.mapstruct.ap.spi.BuilderProvider
-
findBuilderInfo
- Specified by:
findBuilderInfoin interfaceorg.mapstruct.ap.spi.BuilderProvider
-