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 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:
      init in interface org.mapstruct.ap.spi.BuilderProvider
    • findBuilderInfo

      public org.mapstruct.ap.spi.BuilderInfo findBuilderInfo(TypeMirror aType)
      Specified by:
      findBuilderInfo in interface org.mapstruct.ap.spi.BuilderProvider