
public class DefaultVersionInformation extends Object implements VersionInformation
Separated into an interface and this implementation to avoid cyclic dependencies between the processor package and the model package.
| Modifier and Type | Method and Description |
|---|---|
String |
getCompiler() |
String |
getMapStructVersion() |
String |
getRuntimeVendor() |
String |
getRuntimeVersion() |
boolean |
isEclipseJDTCompiler() |
boolean |
isJavacCompiler() |
boolean |
isSourceVersionAtLeast9() |
public String getRuntimeVersion()
getRuntimeVersion in interface VersionInformationpublic String getRuntimeVendor()
getRuntimeVendor in interface VersionInformationpublic String getMapStructVersion()
getMapStructVersion in interface VersionInformationpublic String getCompiler()
getCompiler in interface VersionInformationpublic boolean isSourceVersionAtLeast9()
isSourceVersionAtLeast9 in interface VersionInformationpublic boolean isEclipseJDTCompiler()
isEclipseJDTCompiler in interface VersionInformationpublic boolean isJavacCompiler()
isJavacCompiler in interface VersionInformationCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.