All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ing.baker.recipe.kotlindsl.Ingredient.scala Maven / Gradle / Ivy

The newest version!
package com.ing.baker.recipe.kotlindsl

import com.ing.baker.recipe.common
import com.ing.baker.types.Converters

case class Ingredient(nameInput: String, ingredientTypeInput: java.lang.reflect.Type)
  extends common.Ingredient(nameInput, Converters.readJavaType(ingredientTypeInput))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy