Class ContainerMappingMethodBuilder<B extends ContainerMappingMethodBuilder<B,M>,M extends ContainerMappingMethod>

java.lang.Object
org.mapstruct.ap.internal.model.AbstractMappingMethodBuilder<B,M>
org.mapstruct.ap.internal.model.ContainerMappingMethodBuilder<B,M>
Type Parameters:
B - the builder itself that needs to be used for chaining
M - the method that the builder builds
Direct Known Subclasses:
IterableMappingMethod.Builder, StreamMappingMethod.Builder

public abstract class ContainerMappingMethodBuilder<B extends ContainerMappingMethodBuilder<B,M>,M extends ContainerMappingMethod> extends AbstractMappingMethodBuilder<B,M>
Builder that can be used to build ContainerMappingMethod(s).
Author:
Filip Hrisafov