Package io.vertx.up.runtime
Class ZeroHelper
- java.lang.Object
-
- io.vertx.up.runtime.ZeroHelper
-
public class ZeroHelper extends Object
- Author:
- Lang
-
-
Constructor Summary
Constructors Constructor Description ZeroHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.vertx.up.eon.em.ServerTypegetAgentKey(Class<?> clazz)static javax.ws.rs.PathgetPath(Class<?> clazz)static javax.ws.rs.PathgetPath(Method method)static ConcurrentMap<io.vertx.up.eon.em.ServerType,Boolean>isAgentDefined(ConcurrentMap<io.vertx.up.eon.em.ServerType,List<Class<?>>> agents, Class<?>... exclude)
-
-
-
Method Detail
-
getAgentKey
public static io.vertx.up.eon.em.ServerType getAgentKey(Class<?> clazz)
-
isAgentDefined
public static ConcurrentMap<io.vertx.up.eon.em.ServerType,Boolean> isAgentDefined(ConcurrentMap<io.vertx.up.eon.em.ServerType,List<Class<?>>> agents, Class<?>... exclude)
-
getPath
public static javax.ws.rs.Path getPath(Class<?> clazz)
-
getPath
public static javax.ws.rs.Path getPath(Method method)
-
-