Package com.google.flatbuffers.grpc
Class FlatbuffersUtils
- java.lang.Object
-
- com.google.flatbuffers.grpc.FlatbuffersUtils
-
public class FlatbuffersUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlatbuffersUtils.FBExtactor<T extends com.google.flatbuffers.Table>
-
Constructor Summary
Constructors Constructor Description FlatbuffersUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends com.google.flatbuffers.Table>
io.grpc.MethodDescriptor.Marshaller<T>marshaller(Class<T> clazz, FlatbuffersUtils.FBExtactor<T> extractor)
-
-
-
Method Detail
-
marshaller
public static <T extends com.google.flatbuffers.Table> io.grpc.MethodDescriptor.Marshaller<T> marshaller(Class<T> clazz, FlatbuffersUtils.FBExtactor<T> extractor)
-
-