Interface TypeAccessor<T>

Type Parameters:
T - The type of the type of the generic type (lol)
All Known Subinterfaces:
TypeAccessor.TypeProperty<T>

public interface TypeAccessor<T>
Provides an accessor for a type property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    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.
    static interface  TypeAccessor.TypeMutator<T>
    Provides a mutator for a type property.
    static interface  TypeAccessor.TypeProperty<T>
    Provides a type property.
  • Method Summary

    Modifier and Type Method Description
    Class<T> getType()
    Retrieves the type property.
  • Method Details

    • getType

      Class<T> getType()
      Retrieves the type property.
      Returns:
      The type stored by the property.