Package dev.cel.common.types
Class ProtoMessageType.Extension
- java.lang.Object
-
- dev.cel.common.types.ProtoMessageType.Extension
-
- Enclosing class:
- ProtoMessageType
@Immutable public abstract static class ProtoMessageType.Extension extends java.lang.ObjectExtensioncontains the name, type, and target message type of the extension.
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CelTypemessageType()abstract java.lang.Stringname()abstract CelTypetype()
-