Class 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:
    Serialized Form
    • Constructor Detail

      • MoreThanOneBuilderCreationMethodException

        public MoreThanOneBuilderCreationMethodException​(TypeMirror type,
                                                         List<BuilderInfo> builderCreationMethods)