You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
394 B

package io.github.linpeilie;
import org.mapstruct.Builder;
import org.mapstruct.MapperConfig;
import org.mapstruct.ReportingPolicy;
@MapperConfig(
componentModel = "spring-lazy",
uses = {ConverterMapperAdapter__0.class},
unmappedTargetPolicy = ReportingPolicy.IGNORE,
builder = @Builder(buildMethod = "build", disableBuilder = true)
)
public interface AutoMapperConfig__0 {
}