Class ConstantNameMapping

java.lang.Object
com.github.muehmar.gradle.openapi.generator.settings.ConstantNameMapping
All Implemented Interfaces:
Serializable

public class ConstantNameMapping extends Object implements Serializable
See Also:
  • Constructor Details

    • ConstantNameMapping

      public ConstantNameMapping(String constant, String replacement)
  • Method Details

    • getConstant

      public String getConstant()
    • getReplacement

      public String getReplacement()