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.
    • Method Detail

      • getType

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