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
-
Method Summary
-
Constructor Details
-
Supplier
public Supplier()
-
-
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
-