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 defaultMarshallerSupplier.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface io.helidon.grpc.core.MarshallerSupplierMarshallerSupplier.DefaultMarshallerSupplier, MarshallerSupplier.ProtoMarshallerSupplier
 
- 
 - 
Field Summary- 
Fields inherited from interface io.helidon.grpc.core.MarshallerSupplierDEFAULT, PROTO
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultMarshallerSupplier()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> io.grpc.MethodDescriptor.Marshaller<T>get(Class<T> clazz)Obtain aMethodDescriptor.Marshallerfor a type.
 
- 
- 
- 
Method Detail- 
getpublic <T> io.grpc.MethodDescriptor.Marshaller<T> get(Class<T> clazz) Description copied from interface:MarshallerSupplierObtain aMethodDescriptor.Marshallerfor a type.- Specified by:
- getin interface- MarshallerSupplier
- Type Parameters:
- T- the type to be marshalled
- Parameters:
- clazz- the- Classof the type to obtain the- MethodDescriptor.Marshallerfor
- Returns:
- a MethodDescriptor.Marshallerfor a type
 
 
- 
 
-