public interface TypeHandlerPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(ReflectClass classReflector)
return true if a TypeHandler is to be used for a specific
Type
|
boolean match(ReflectClass classReflector)
classReflector - the Type passed by db4o that is to
be tested by this predicate.