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

com.icthh.xm.commons.lep.spring.lepservice.LepServiceFactoryResolver Maven / Gradle / Ivy

There is a newer version: 4.0.21
Show newest version
package com.icthh.xm.commons.lep.spring.lepservice;

import com.icthh.xm.lep.api.LepKeyResolver;
import com.icthh.xm.lep.api.LepMethod;

import java.util.List;

public class LepServiceFactoryResolver implements LepKeyResolver {

    @Override
    public List segments(LepMethod method) {
        return List.of(method.getParameter("serviceClassName", String.class));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy