Package com.db4o.typehandlers
Class SingleNamedClassTypeHandlerPredicate
- java.lang.Object
- 
- com.db4o.typehandlers.SingleNamedClassTypeHandlerPredicate
 
- 
- All Implemented Interfaces:
- TypeHandlerPredicate
 
 public final class SingleNamedClassTypeHandlerPredicate extends java.lang.Object implements TypeHandlerPredicate allows installing a Typehandler for a single classname.
- 
- 
Constructor SummaryConstructors Constructor Description SingleNamedClassTypeHandlerPredicate(java.lang.String className)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(ReflectClass candidate)return true if a TypeHandler is to be used for a specific Type
 
- 
- 
- 
Method Detail- 
matchpublic boolean match(ReflectClass candidate) Description copied from interface:TypeHandlerPredicatereturn true if a TypeHandler is to be used for a specific Type- Specified by:
- matchin interface- TypeHandlerPredicate
- Parameters:
- candidate- the Type passed by db4o that is to be tested by this predicate.
- Returns:
- true if the TypeHandler is to be used for a specific Type.
 
 
- 
 
-