Interface TypeAccessor<T>

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

public interface TypeAccessor<T>
Provides an accessor for a type property.
  • Method Details

    • getType

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