public abstract class Extension<ContainingType extends MessageLite,Type> extends ExtensionLite<ContainingType,Type>
Modifier and Type | Class and Description |
---|---|
protected static class |
Extension.ExtensionType
The API type that the extension is used for.
|
static class |
Extension.MessageType
Type of a message extension.
|
Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
fromReflectionType(Object value) |
abstract Descriptors.FieldDescriptor |
getDescriptor()
Returns the descriptor of the extension.
|
protected abstract Extension.ExtensionType |
getExtensionType() |
abstract Message |
getMessageDefaultInstance()
Returns the default instance of the extension field, if it's a message extension.
|
Extension.MessageType |
getMessageType()
If the extension is a message extension (i.e., getLiteType() == MESSAGE), returns the type of
the message, otherwise undefined.
|
protected abstract Object |
singularFromReflectionType(Object value) |
protected abstract Object |
singularToReflectionType(Object value) |
protected abstract Object |
toReflectionType(Object value) |
getDefaultValue, getLiteType, getNumber, isRepeated
public abstract Message getMessageDefaultInstance()
Message
instead of MessageLite
.getMessageDefaultInstance
in class ExtensionLite<ContainingType extends MessageLite,Type>
public abstract Descriptors.FieldDescriptor getDescriptor()
protected abstract Extension.ExtensionType getExtensionType()
public Extension.MessageType getMessageType()
Copyright © 2008–2020. All rights reserved.