Package org.refcodes.mixin
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 interfaceTypeAccessor.TypeMutator<T>Provides a mutator for a type property.static interfaceTypeAccessor.TypeProperty<T>Provides a type property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getType()Retrieves the type property.
-
-
-
Method Detail
-
getType
java.lang.Class<T> getType()
Retrieves the type property.- Returns:
- The type stored by the property.
-
-