Package org.mapstruct.ap.spi
Class NoOpBuilderProvider
java.lang.Object
org.mapstruct.ap.spi.NoOpBuilderProvider
- All Implemented Interfaces:
BuilderProvider
A NoOp
BuilderProvider which returns null when searching for a builder.- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindBuilderInfo(TypeMirror type) Find the builder information, if any, for thetype.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mapstruct.ap.spi.BuilderProvider
init
-
Constructor Details
-
NoOpBuilderProvider
public NoOpBuilderProvider()
-
-
Method Details
-
findBuilderInfo
Description copied from interface:BuilderProviderFind the builder information, if any, for thetype.- Specified by:
findBuilderInfoin interfaceBuilderProvider- Parameters:
type- the type for which a builder should be found- Returns:
- the builder info for the
typeif it exists, ornullif there is no builder
-