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,
Elements elements,
Types types)
Find the builder information, if any, for the
type. |
public BuilderInfo findBuilderInfo(TypeMirror type, Elements elements, Types types)
BuilderProvidertype.findBuilderInfo in interface BuilderProvidertype - 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 builderCopyright © 2012–2018. All rights reserved.