Package se.l4.commons.serialization.spi
Interface Type
- All Known Implementing Classes:
TypeViaClass,TypeViaResolvedType
public interface Type
Type information with information about generics.
- Author:
- Andreas Holstenson
-
Method Summary
Modifier and Type Method Description Class<?>getErasedType()Get the erased type.Type[]getParameters()Get all of the parameters for this type.
-
Method Details
-
getErasedType
Class<?> getErasedType()Get the erased type.- Returns:
-
getParameters
Type[] getParameters()Get all of the parameters for this type.- Returns:
-