Interface | Description |
---|---|
ReflectionResolver |
Interface for reflection resolvers that handle reflective method calls such
as
Method.invoke(Object, Object...) or
Constructor.newInstance(Object...) . |
Class | Description |
---|---|
ClassValAnnotatedTypeFactory |
AnnotatedTypeFactory for the Class Value type system.
|
DefaultReflectionResolver |
Default implementation of
ReflectionResolver , which resolves calls
to:
Method.invoke(Object, Object...)
Constructor.newInstance(Object...)
|
MethodValAnnotatedTypeFactory |
AnnotatedTypeFactory for the Method Value type system.
|
ReflectionResolutionAnnotatedTypeFactory |
This AnnotatedTypeFactory resolves reflective method and constructor calls.
|