public class TransportsUtil
extends java.lang.Object
| Constructor and Description |
|---|
TransportsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invokeFunction(Event e,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<FunctionWrapper> functions,
java.lang.Class<?> implementedType,
java.lang.Object instanceType,
java.lang.String functionName,
FunctionResolver resolver) |
static boolean |
invokeFunction(java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<FunctionWrapper> functions,
java.lang.Class<?> implementedType,
java.lang.Object instanceType,
java.lang.String functionName,
FunctionResolver resolver) |
static java.util.List<java.lang.Object> |
matchDecoder(Event e,
java.lang.Object instanceType,
java.util.List<Decoder<? extends java.lang.Object,?>> decoders,
java.util.List<java.lang.Object> decodedObjects) |
static boolean |
matchFunction(java.lang.Object instanceType,
java.lang.Class[] typeArguments,
java.lang.Class<?> implementedType,
FunctionResolver resolver,
java.lang.String originalMessage,
java.lang.Object functionName,
FunctionWrapper wrapper,
Function f) |
public static boolean invokeFunction(java.util.List<Decoder<? extends java.lang.Object,?>> decoders, java.util.List<FunctionWrapper> functions, java.lang.Class<?> implementedType, java.lang.Object instanceType, java.lang.String functionName, FunctionResolver resolver)
public static boolean invokeFunction(Event e, java.util.List<Decoder<? extends java.lang.Object,?>> decoders, java.util.List<FunctionWrapper> functions, java.lang.Class<?> implementedType, java.lang.Object instanceType, java.lang.String functionName, FunctionResolver resolver)
public static boolean matchFunction(java.lang.Object instanceType,
java.lang.Class[] typeArguments,
java.lang.Class<?> implementedType,
FunctionResolver resolver,
java.lang.String originalMessage,
java.lang.Object functionName,
FunctionWrapper wrapper,
Function f)
Copyright © 2019. All Rights Reserved.