public class ImmutableMethodTypeEncodedValue extends BaseMethodTypeEncodedValue implements ImmutableEncodedValue
| Modifier and Type | Field and Description |
|---|---|
protected ImmutableMethodProtoReference |
methodProtoReference |
| Constructor and Description |
|---|
ImmutableMethodTypeEncodedValue(ImmutableMethodProtoReference methodProtoReference) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMethodProtoReference |
getValue()
Gets the method type value.
|
static ImmutableMethodTypeEncodedValue |
of(MethodTypeEncodedValue methodTypeEncodedValue) |
compareTo, equals, getValueType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValueType@Nonnull protected final ImmutableMethodProtoReference methodProtoReference
public ImmutableMethodTypeEncodedValue(@Nonnull
ImmutableMethodProtoReference methodProtoReference)
@Nonnull public static ImmutableMethodTypeEncodedValue of(@Nonnull MethodTypeEncodedValue methodTypeEncodedValue)
@Nonnull public ImmutableMethodProtoReference getValue()
MethodTypeEncodedValuegetValue in interface MethodTypeEncodedValue