Uses of Class
be.recipe.services.core.RecipeError
-
Packages that use RecipeError Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.prescriber -
-
Uses of RecipeError in be.recipe.services.core
Fields in be.recipe.services.core declared as RecipeError Modifier and Type Field Description protected RecipeErrorRecipeExceptionDetails.ErrorMap.Entry. valueMethods in be.recipe.services.core that return RecipeError Modifier and Type Method Description RecipeErrorObjectFactory. createRecipeError()Create an instance ofRecipeErrorRecipeErrorRecipeExceptionDetails.ErrorMap.Entry. getValue()Gets the value of the value property.Methods in be.recipe.services.core with parameters of type RecipeError Modifier and Type Method Description voidRecipeExceptionDetails.ErrorMap.Entry. setValue(RecipeError value)Sets the value of the value property. -
Uses of RecipeError in be.recipe.services.executor
Methods in be.recipe.services.executor that return types with arguments of type RecipeError Modifier and Type Method Description JAXBElement<RecipeError>ObjectFactory. createRecipeError(RecipeError value)Methods in be.recipe.services.executor with parameters of type RecipeError Modifier and Type Method Description JAXBElement<RecipeError>ObjectFactory. createRecipeError(RecipeError value) -
Uses of RecipeError in be.recipe.services.prescriber
Methods in be.recipe.services.prescriber that return types with arguments of type RecipeError Modifier and Type Method Description JAXBElement<RecipeError>ObjectFactory. createRecipeError(RecipeError value)Methods in be.recipe.services.prescriber with parameters of type RecipeError Modifier and Type Method Description JAXBElement<RecipeError>ObjectFactory. createRecipeError(RecipeError value)
-