create

public static HandlerMap<M, P, H> create<M extends MessageClass<?>, P extends MessageClass<?>, H extends HandlerMethod<? extends Object, M, ? extends Object, P>>(Class<? extends Object> declaringClass, MethodSignature<H, ? extends Object> signature)

Creates a map of methods found in the passed class.

Return

new MessageHandlerMap of methods of the given class matching the given signature

Parameters

declaringClass

the class to inspect

signature

the signature of methods