Class MapstructMapperRegistryBuilder
java.lang.Object
dev.getelements.elements.common.util.mapstruct.MapstructMapperRegistryBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
<CustomT> MapstructMapperRegistryBuilder
withCreationListener
(Class<CustomT> tClass, Consumer<CustomT> tConsumer) withPackages
(String... packages)
-
Constructor Details
-
MapstructMapperRegistryBuilder
public MapstructMapperRegistryBuilder()
-
-
Method Details
-
withPackages
-
withCreationListener
public <CustomT> MapstructMapperRegistryBuilder withCreationListener(Class<CustomT> tClass, Consumer<CustomT> tConsumer) -
build
-