Package com.google.protobuf
Interface MessageInfoFactory
- All Known Implementing Classes:
DescriptorMessageInfoFactory
,GeneratedMessageInfoFactory
,ManifestSchemaFactory.CompositeMessageInfoFactory
A factory that creates
MessageInfo
instances for message types.-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSupported
(Class<?> clazz) Whether the message class is supported by this factory.messageInfoFor
(Class<?> clazz) Returns a information of the message class.
-
Method Details
-
isSupported
Whether the message class is supported by this factory. -
messageInfoFor
Returns a information of the message class.
-