Errai 3.0.1-SNAPSHOT

org.jboss.errai.databinding.client
Class ConverterRegistrationKey

java.lang.Object
  extended by org.jboss.errai.databinding.client.ConverterRegistrationKey

public class ConverterRegistrationKey
extends Object

Instances of this class serve as registration keys for global default converters (see Convert.registerDefaultConverter(Class, Class, Converter)).

Author:
Christian Sadilek

Constructor Summary
ConverterRegistrationKey(Class<?> modelType, Class<?> widgetType)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterRegistrationKey

public ConverterRegistrationKey(Class<?> modelType,
                                Class<?> widgetType)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.