![JAR search and dependency download from the Maven repository](/logo.png)
uk.emarte.regurgitator.extensions.web.ExtensionsWebYmlPackageMap Maven / Gradle / Ivy
/*
* Copyright (C) 2017 Miles Talmey.
* Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
*/
package uk.emarte.regurgitator.extensions.web;
import uk.emarte.regurgitator.core.AbstractYmlPackageMap;
import java.util.Arrays;
import java.util.List;
public class ExtensionsWebYmlPackageMap extends AbstractYmlPackageMap {
private static final List kinds = Arrays.asList("http-call", "query-param-processor", "create-http-response", "create-file-response");
public ExtensionsWebYmlPackageMap() {
addPackageMapping(kinds, "uk.emarte.regurgitator.extensions.web");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy