Interface TypeHandlerPredicate

    • Method Detail

      • match

        boolean match​(ReflectClass classReflector)
        return true if a TypeHandler is to be used for a specific Type
        Parameters:
        classReflector - 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.