Package | Description |
---|---|
org.zkoss.bind.paranamer |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveParanamer
Implementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.
|
class |
BytecodeReadingParanamer
An ASM-based implementation of Paranamer.
|
class |
CachingParanamer
Implementation of Paranamer which delegate to another Paranamer implementation,
adding caching functionality to speed up usage.
|
static class |
CachingParanamer.WithoutWeakReferences
This implementation has a better concurrent design (ConcurrentHashMap) which
has a better strategy to implement concurrency: segments instead of synchronized.
|
class |
ParameterReflectionParanamer
Use the Parameter reflection API since Java 8 to discover parameter names.
|
Constructor and Description |
---|
AdaptiveParanamer(Paranamer... paranamers)
Prioritize a series of Paranamers
|
CachingParanamer(Paranamer delegate)
Specify a Paranamer instance to delegates to.
|
WithoutWeakReferences(Paranamer delegate) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.