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

io.yawp.repository.scanner.ActionLoader Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.repository.scanner;

import io.yawp.repository.EndpointFeatures;
import io.yawp.repository.actions.ActionKey;
import io.yawp.repository.actions.ActionMethod;

import java.util.HashMap;
import java.util.Map;

public class ActionLoader {

    private Map, Map> cache = new HashMap<>();

    public void load(EndpointFeatures endpoint, EndpointTree tree) {
        endpoint.setActions(tree.loadActions(cache));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy