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

com.chutneytesting.action.domain.ActionTemplateParser Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-FileCopyrightText: 2017-2024 Enedis
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 */

package com.chutneytesting.action.domain;

/**
 * Parse a {@link Class} of type T into a {@link ActionTemplate}.
*

* Used in implementations of {@link ActionTemplateLoader}. * * @param common interface of classes parsable by a {@link ActionTemplateParser} */ public interface ActionTemplateParser { ResultOrError parse(Class actionClass); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy