org.jboss.errai.codegen.meta.impl
Class AbstractMetaWildcardType
java.lang.Object
org.jboss.errai.codegen.meta.impl.AbstractMetaWildcardType
- All Implemented Interfaces:
- MetaType, MetaWildcardType
- Direct Known Subclasses:
- GWTWildcardType, JavaReflectionWildcardType
public abstract class AbstractMetaWildcardType
- extends Object
- implements MetaWildcardType
Base implementation for implementations of MetaWildcardType
,
providing uniform hashCode, equals, and toString implementations.
- Author:
- Jonathan Fuerth
AbstractMetaWildcardType
public AbstractMetaWildcardType()
toString
public final String toString()
- Description copied from interface:
MetaWildcardType
- Equivalent to
MetaWildcardType.getName()
.
- Specified by:
toString
in interface MetaWildcardType
- Overrides:
toString
in class Object
equals
public final boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public final int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.