public interface BaseMarshaller<T>
| Modifier and Type | Method and Description |
|---|---|
Class<? extends T> |
getJavaClass()
Returns the Java type handled by this marshaller.
|
String |
getTypeName()
Returns the full name of the message or enum type, defined in a proto file.
|
Class<? extends T> getJavaClass()
String getTypeName()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.