Class MoreThanOneBuilderCreationMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mapstruct.ap.spi.MoreThanOneBuilderCreationMethodException
All Implemented Interfaces:
Serializable

public class MoreThanOneBuilderCreationMethodException extends RuntimeException
Indicates that a type has too many builder creation methods. This exception can be used to signal the MapStruct processor that more than one builder creation method was found.
Author:
Filip Hrisafov
See Also:
  • Constructor Details

    • MoreThanOneBuilderCreationMethodException

      public MoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods)
  • Method Details