public interface BuilderProvider
| Modifier and Type | Method and Description |
|---|---|
BuilderInfo |
findBuilderInfo(TypeMirror type,
Elements elements,
Types types)
Find the builder information, if any, for the
type. |
BuilderInfo findBuilderInfo(TypeMirror type, Elements elements, Types types)
type.type - the type for which a builder should be foundelements - the util elements that can be used for operations on program elementstypes - the util types that can be used for operations on TypeMirror(s)type if it exists, or null if there is no builderTypeHierarchyErroneousException - if the type that needs to be visited is not ready yet, this signals the
MapStruct processor to postpone the generation of the mappers to the next roundMoreThanOneBuilderCreationMethodException - if type has more than one method that can create the
builderCopyright © 2012–2018. All rights reserved.