br.com.objectos.http.RoutePojo Maven / Gradle / Ivy
package br.com.objectos.http;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.pojo.compiler.PojoCompiler",
"br.com.objectos.pojo.plugin.StandardPojoPropertyAction"
})
final class RoutePojo extends Route {
private final Method method;
private final PathSpec spec;
private final RouteExecutor executor;
public RoutePojo(RouteBuilderPojo builder) {
super();
method = builder.___get___method();
spec = builder.___get___spec();
executor = builder.___get___executor();
}
@Override
Method method() {
return method;
}
@Override
PathSpec spec() {
return spec;
}
@Override
RouteExecutor executor() {
return executor;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy