Class DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition.AbstractBase<V>

Type Parameters:
V - A loaded type that the built type is guaranteed to be a subclass of.
All Implemented Interfaces:
DynamicType.Builder<V>, DynamicType.Builder.MethodDefinition<V>, DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition<V>
Direct Known Subclasses:
DynamicType.Builder.MethodDefinition.AbstractBase.Adapter
Enclosing interface:
DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition<U>

public abstract static class DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition.AbstractBase<V> extends DynamicType.Builder.MethodDefinition.AbstractBase<V> implements DynamicType.Builder.MethodDefinition.ReceiverTypeDefinition<V>
An abstract base implementation of a method definition that can accept a receiver type.