java.lang.Object
io.helidon.grpc.core.JsonbMarshaller.Supplier
- All Implemented Interfaces:
MarshallerSupplier
- Enclosing class:
- JsonbMarshaller<T>
@Named("jsonb")
public static class JsonbMarshaller.Supplier
extends Object
implements MarshallerSupplier
A
MarshallerSupplier implementation that supplies
instances of JsonbMarshaller.-
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
-
Supplier
public Supplier()
-
-
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
-