public class MoreThanOneBuilderCreationMethodException extends RuntimeException
Constructor and Description |
---|
MoreThanOneBuilderCreationMethodException(TypeMirror type,
List<BuilderInfo> builderCreationMethods) |
Modifier and Type | Method and Description |
---|---|
List<BuilderInfo> |
getBuilderInfo() |
TypeMirror |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MoreThanOneBuilderCreationMethodException(TypeMirror type, List<BuilderInfo> builderCreationMethods)
public TypeMirror getType()
public List<BuilderInfo> getBuilderInfo()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.