Interface DynamicType.Builder.InnerTypeDefinition.ForType<U>

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

public static interface DynamicType.Builder.InnerTypeDefinition.ForType<U> extends DynamicType.Builder.InnerTypeDefinition<U>
An inner type definition for defining a type that is contained within another type.
  • Method Details

    • asMemberType

      DynamicType.Builder<U> asMemberType()
      Defines this inner type declaration as a member type.
      Returns:
      A new builder that is equal to this type builder but that defines the previous inner type definition as a member type.