Class DynamicConfigPropertyDto

java.lang.Object
io.apicurio.common.apps.config.DynamicConfigPropertyDto

public class DynamicConfigPropertyDto extends Object
Author:
eric.wittmann@gmail.com
  • Constructor Details

    • DynamicConfigPropertyDto

      public DynamicConfigPropertyDto()
      Constructor.
    • DynamicConfigPropertyDto

      public DynamicConfigPropertyDto(String name, String value)
      Constructor.
      Parameters:
      name - the name of the property
      value - the value of the property
  • Method Details