Module io.helidon.grpc.core
Package io.helidon.grpc.core
Class MarshallerSupplier.DefaultMarshallerSupplier
java.lang.Object
io.helidon.grpc.core.MarshallerSupplier.DefaultMarshallerSupplier
- All Implemented Interfaces:
MarshallerSupplier
- Enclosing interface:
- MarshallerSupplier
@Named("default")
public static class MarshallerSupplier.DefaultMarshallerSupplier
extends Object
implements MarshallerSupplier
The default
MarshallerSupplier
.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.grpc.core.MarshallerSupplier
MarshallerSupplier.DefaultMarshallerSupplier, MarshallerSupplier.ProtoMarshallerSupplier
-
Field Summary
Fields inherited from interface io.helidon.grpc.core.MarshallerSupplier
DEFAULT, PROTO
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultMarshallerSupplier
public DefaultMarshallerSupplier()
-
-
Method Details
-
get
Description copied from interface:MarshallerSupplier
Obtain aMethodDescriptor.Marshaller
for a type.- Specified by:
get
in interfaceMarshallerSupplier
- Type Parameters:
T
- the type to be marshalled- Parameters:
clazz
- theClass
of the type to obtain theMethodDescriptor.Marshaller
for- Returns:
- a
MethodDescriptor.Marshaller
for a type
-