Interface BaseMarshaller<T>

    • Method Detail

      • getJavaClass

        Class<? extends T> getJavaClass()
        Returns the Java type handled by this marshaller. This must not change over multiple invocations.
        Returns:
        the Java type.
      • getTypeName

        String getTypeName()
        Returns the full name of the message or enum type, defined in a proto file. This must not change over multiple invocations.
        Returns:
        the full name of the message or enum type, defined in a proto file.