Interface ValidatorRecipeParser
-
- All Known Implementing Classes:
ValidatorBucketsLoader,ValidatorKeyStoresLoader
public interface ValidatorRecipeParser- Author:
- erlend
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(ValidatorRecipe validatorRecipe, Map<String,Object> objectStorage)
-
-
-
Method Detail
-
parse
void parse(ValidatorRecipe validatorRecipe, Map<String,Object> objectStorage) throws ValidatorParsingException
- Throws:
ValidatorParsingException
-
-