Interface TypeAccessor.TypeBuilder<T,​B extends TypeAccessor.TypeBuilder<T,​B>>

Type Parameters:
T - The type of the type.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
TypeAccessor<T>

public static interface TypeAccessor.TypeBuilder<T,​B extends TypeAccessor.TypeBuilder<T,​B>>
Provides a builder method for a type property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withType​(Class<T> aType)
    Sets the type for the type property.
  • Method Details

    • withType

      B withType​(Class<T> aType)
      Sets the type for the type property.
      Parameters:
      aType - The type to be stored by the type property.
      Returns:
      The builder for applying multiple build operations.