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
Constructors -
Method Summary
-
Constructor Details
-
DefaultMarshallerSupplier
public DefaultMarshallerSupplier()
-
-
Method Details
-
get
Description copied from interface:MarshallerSupplierObtain aMethodDescriptor.Marshallerfor a type.- Specified by:
getin interfaceMarshallerSupplier- Type Parameters:
T- the type to be marshalled- Parameters:
clazz- theClassof the type to obtain theMethodDescriptor.Marshallerfor- Returns:
- a
MethodDescriptor.Marshallerfor a type
-