Package com.google.protobuf
Class ManifestSchemaFactory.CompositeMessageInfoFactory
java.lang.Object
com.google.protobuf.ManifestSchemaFactory.CompositeMessageInfoFactory
- All Implemented Interfaces:
MessageInfoFactory
- Enclosing class:
ManifestSchemaFactory
private static class ManifestSchemaFactory.CompositeMessageInfoFactory
extends Object
implements MessageInfoFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
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.
-
Field Details
-
factories
-
-
Constructor Details
-
CompositeMessageInfoFactory
CompositeMessageInfoFactory(MessageInfoFactory... factories)
-
-
Method Details
-
isSupported
Description copied from interface:MessageInfoFactory
Whether the message class is supported by this factory.- Specified by:
isSupported
in interfaceMessageInfoFactory
-
messageInfoFor
Description copied from interface:MessageInfoFactory
Returns a information of the message class.- Specified by:
messageInfoFor
in interfaceMessageInfoFactory
-