|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaTypeRegistry | |
|---|---|
| org.ckkloverdos.beans | |
| org.ckkloverdos.type.java | |
| Uses of JavaTypeRegistry in org.ckkloverdos.beans |
|---|
| Methods in org.ckkloverdos.beans that return JavaTypeRegistry | |
|---|---|
JavaTypeRegistry |
JavaBeanProperty.getTypeRegistry()
Returns the JavaTypeRegistry given in
this
or the other
constructor. |
| Constructors in org.ckkloverdos.beans with parameters of type JavaTypeRegistry | |
|---|---|
JavaBeanProperty(java.lang.Class c,
JavaTypeRegistry typeRegistry)
Constructs a JavaBeanProperty for the given class c,
using the typeRegistry to resolve types. |
|
JavaBeanProperty(java.lang.String name,
java.lang.Class c,
JavaTypeRegistry typeRegistry)
Constructs a JavaBeanProperty for the given class c,
using the typeRegistry to resolve types and
name as the property name. |
|
| Uses of JavaTypeRegistry in org.ckkloverdos.type.java |
|---|
| Methods in org.ckkloverdos.type.java that return JavaTypeRegistry | |
|---|---|
JavaTypeRegistry |
JavaTypeRegistry.copy()
Returns a new instance having exactly the same mappings maintained by this registry. |
static JavaTypeRegistry |
ObjectJavaTypes.getRegistry()
|
| Methods in org.ckkloverdos.type.java with parameters of type JavaTypeRegistry | |
|---|---|
boolean |
JavaType.is(java.lang.Class otherClass,
JavaTypeRegistry registry)
Returns true iff otherClass equals the java class
wrapped by this instance, taking into account any representatives registered
with registry. |
boolean |
JavaType.is(JavaType other,
JavaTypeRegistry r)
Returns true iff other |
boolean |
JavaType.is(java.lang.String alias,
JavaTypeRegistry registry)
Checks if the given alias, which must exist in registry is the
same type as this instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||