public interface VersionInformation
Modifier and Type | Method and Description |
---|---|
String |
getCompiler() |
String |
getMapStructVersion() |
String |
getRuntimeVendor() |
String |
getRuntimeVersion() |
boolean |
isEclipseJDTCompiler() |
boolean |
isJavacCompiler() |
boolean |
isSourceVersionAtLeast9() |
String getRuntimeVersion()
String getRuntimeVendor()
String getMapStructVersion()
String getCompiler()
boolean isSourceVersionAtLeast9()
boolean isEclipseJDTCompiler()
boolean isJavacCompiler()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.