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 class
ReflectorConfigurationImpl
-
Uses of ReflectorConfiguration in com.db4o.reflect
Methods in com.db4o.reflect with parameters of type ReflectorConfiguration Modifier and Type Method Description void
Reflector. 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 ReflectConstructorSpec
ConstructorSupport. 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 void
GenericReflector. 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 ReflectorConfiguration
JdkReflector. configuration()
Methods in com.db4o.reflect.jdk with parameters of type ReflectorConfiguration Modifier and Type Method Description void
JdkReflector. configuration(ReflectorConfiguration config)
-