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

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