Class TypeViaResolvedType
java.lang.Object
se.l4.commons.serialization.internal.TypeViaResolvedType
- All Implemented Interfaces:
Type
public class TypeViaResolvedType extends Object implements Type
Implementation of
Type that uses ResolvedType.- Author:
- Andreas Holstenson
-
Constructor Summary
Constructors Constructor Description TypeViaResolvedType(com.fasterxml.classmate.ResolvedType rt) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)Class<?>getErasedType()Get the erased type.Type[]getParameters()Get all of the parameters for this type.com.fasterxml.classmate.ResolvedTypegetResolvedType()inthashCode()StringtoString()
-
Constructor Details
-
TypeViaResolvedType
public TypeViaResolvedType(com.fasterxml.classmate.ResolvedType rt)
-
-
Method Details
-
getResolvedType
public com.fasterxml.classmate.ResolvedType getResolvedType() -
getErasedType
Description copied from interface:TypeGet the erased type.- Specified by:
getErasedTypein interfaceType- Returns:
-
getParameters
Description copied from interface:TypeGet all of the parameters for this type.- Specified by:
getParametersin interfaceType- Returns:
-
toString
-
hashCode
public int hashCode() -
equals
-