Uses of Interface
org.zkoss.bind.paranamer.Paranamer
-
Packages that use Paranamer Package Description org.zkoss.bind.paranamer -
-
Uses of Paranamer in org.zkoss.bind.paranamer
Classes in org.zkoss.bind.paranamer that implement Paranamer Modifier and Type Class 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.Constructors in org.zkoss.bind.paranamer with parameters of type Paranamer Constructor Description AdaptiveParanamer(Paranamer... paranamers)
Prioritize a series of ParanamersCachingParanamer(Paranamer delegate)
Specify a Paranamer instance to delegates to.WithoutWeakReferences(Paranamer delegate)
-