public class LambdaEventSerializers extends Object
| Constructor and Description |
|---|
LambdaEventSerializers() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLambdaSupportedEvent(String className)
Returns whether the class name is a Lambda supported event model.
|
static <T> PojoSerializer<T> |
serializerFor(Class<T> eventClass,
ClassLoader classLoader)
Return a serializer for the event class
|
public static boolean isLambdaSupportedEvent(String className)
className - class name as stringpublic static <T> PojoSerializer<T> serializerFor(Class<T> eventClass, ClassLoader classLoader)
Copyright © 2020. All rights reserved.