Interface TypeAccessor.TypeMutator<T>

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

public static interface TypeAccessor.TypeMutator<T>
Provides a mutator for a type property.
  • Method Summary

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

    • setType

      void setType(Class<T> aType)
      Sets the type for the property.
      Parameters:
      aType - The type to be stored by the property.