
public class NoOpBuilderProvider extends Object implements BuilderProvider
BuilderProvider which returns null when searching for a builder.| Constructor and Description |
|---|
NoOpBuilderProvider() |
| Modifier and Type | Method and Description |
|---|---|
BuilderInfo |
findBuilderInfo(TypeMirror type)
Find the builder information, if any, for the
type. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitpublic BuilderInfo findBuilderInfo(TypeMirror type)
BuilderProvidertype.findBuilderInfo in interface BuilderProvidertype - the type for which a builder should be foundtype if it exists, or null if there is no builderCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.