Class DtoUtils

java.lang.Object
org.evomaster.client.java.controller.DtoUtils

public class DtoUtils extends Object
util class for handling dto
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isJava(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
     
    static boolean
    isJavaOrKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
     
    static boolean
    isKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DtoUtils

      public DtoUtils()
  • Method Details

    • isJava

      public static boolean isJava(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
      Parameters:
      outputFormat -
      Returns:
      whether the specified format is Java
    • isKotlin

      public static boolean isKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
      Parameters:
      outputFormat -
      Returns:
      whether the specified format is Kotlin
    • isJavaOrKotlin

      public static boolean isJavaOrKotlin(org.evomaster.client.java.controller.api.dto.SutInfoDto.OutputFormat outputFormat)
      Parameters:
      outputFormat -
      Returns:
      whether the specified format is Java or Kotlin