| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeFieldFactory<V>
A factory to create runtime
fields based on reflection. |
| Modifier and Type | Field and Description |
|---|---|
Delegate<T> |
HasDelegate.delegate |
| Modifier and Type | Method and Description |
|---|---|
Delegate<T> |
HasDelegate.getDelegate()
Returns the delegate.
|
abstract <T> Delegate<T> |
IdStrategy.getDelegate(Class<? super T> typeClass)
Returns the
delegate. |
<T> Delegate<T> |
DefaultIdStrategy.getDelegate(Class<? super T> typeClass) |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
DefaultIdStrategy.registerDelegate(Delegate<T> delegate)
Registers a delegate.
|
| Constructor and Description |
|---|
DelegateArray(IdStrategy strategy,
PolymorphicSchema.Handler handler,
Delegate<Object> delegate) |
HasDelegate(Delegate<T> delegate,
IdStrategy strategy) |
Copyright © 2009–2017. All rights reserved.