Uses of Interface
com.db4o.reflect.ReflectorConfiguration
-
Packages that use ReflectorConfiguration Package Description com.db4o.internal com.db4o.reflect com.db4o.reflect.core com.db4o.reflect.generic com.db4o.reflect.jdk -
-
Uses of ReflectorConfiguration in com.db4o.internal
Classes in com.db4o.internal that implement ReflectorConfiguration Modifier and Type Class Description classReflectorConfigurationImpl -
Uses of ReflectorConfiguration in com.db4o.reflect
Methods in com.db4o.reflect with parameters of type ReflectorConfiguration Modifier and Type Method Description voidReflector. configuration(ReflectorConfiguration config) -
Uses of ReflectorConfiguration in com.db4o.reflect.core
Methods in com.db4o.reflect.core with parameters of type ReflectorConfiguration Modifier and Type Method Description static ReflectConstructorSpecConstructorSupport. createConstructor(ConstructorAwareReflectClass claxx, java.lang.Class clazz, ReflectorConfiguration config, ReflectConstructor[] constructors) -
Uses of ReflectorConfiguration in com.db4o.reflect.generic
Methods in com.db4o.reflect.generic with parameters of type ReflectorConfiguration Modifier and Type Method Description voidGenericReflector. configuration(ReflectorConfiguration config) -
Uses of ReflectorConfiguration in com.db4o.reflect.jdk
Methods in com.db4o.reflect.jdk that return ReflectorConfiguration Modifier and Type Method Description ReflectorConfigurationJdkReflector. configuration()Methods in com.db4o.reflect.jdk with parameters of type ReflectorConfiguration Modifier and Type Method Description voidJdkReflector. configuration(ReflectorConfiguration config)
-