Package org.javers.core.metamodel.type
Class TokenType
- java.lang.Object
-
- org.javers.core.metamodel.type.JaversType
-
- org.javers.core.metamodel.type.TokenType
-
public class TokenType extends JaversType
-
-
Field Summary
-
Fields inherited from class org.javers.core.metamodel.type.JaversType
DEFAULT_TYPE_PARAMETER
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBePrototype()booleanequals(java.lang.Object left, java.lang.Object right)Used for comparing as ValuesbooleanisInstance(java.lang.Object cdo)-
Methods inherited from class org.javers.core.metamodel.type.JaversType
equals, getBaseJavaType, getConcreteClassTypeArguments, getName, hashCode, isGenericType, prettyPrint, prettyPrintBuilder, spawnConstructorArgs, spawnConstructorArgTypes, toString
-
-
-
-
Method Detail
-
canBePrototype
public boolean canBePrototype()
- Specified by:
canBePrototypein classJaversType
-
isInstance
public boolean isInstance(java.lang.Object cdo)
- Specified by:
isInstancein classJaversType
-
equals
public boolean equals(java.lang.Object left, java.lang.Object right)Description copied from class:JaversTypeUsed for comparing as Values- Overrides:
equalsin classJaversType
-
-