Interface DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<V>

Type Parameters:
V - A loaded type that the built type is guaranteed to be a subclass of.
All Superinterfaces:
DynamicType.Builder<V>, DynamicType.Builder.MethodDefinition.ImplementationDefinition<V>
All Known Implementing Classes:
DynamicType.Builder.AbstractBase.Adapter.OptionalMethodMatchAdapter
Enclosing interface:
DynamicType.Builder.MethodDefinition.ImplementationDefinition<U>

public static interface DynamicType.Builder.MethodDefinition.ImplementationDefinition.Optional<V> extends DynamicType.Builder.MethodDefinition.ImplementationDefinition<V>, DynamicType.Builder<V>
A builder for optionally defining an implementation of a method.