|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.db4o.typehandlers.SingleNamedClassTypeHandlerPredicate
public final class SingleNamedClassTypeHandlerPredicate
allows installing a Typehandler for a single classname.
Constructor Summary | |
---|---|
SingleNamedClassTypeHandlerPredicate(java.lang.String className)
|
Method Summary | |
---|---|
boolean |
match(ReflectClass candidate)
return true if a TypeHandler is to be used for a specific Type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleNamedClassTypeHandlerPredicate(java.lang.String className)
Method Detail |
---|
public boolean match(ReflectClass candidate)
TypeHandlerPredicate
match
in interface TypeHandlerPredicate
candidate
- the Type passed by db4o that is to
be tested by this predicate.
|
db4o 8.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |