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 classAdaptiveParanamerImplementation of Paranamer which chooses between a series of Paranamer instances depending on which can supply data.classBytecodeReadingParanamerAn ASM-based implementation of Paranamer.classCachingParanamerImplementation of Paranamer which delegate to another Paranamer implementation, adding caching functionality to speed up usage.static classCachingParanamer.WithoutWeakReferencesThis implementation has a better concurrent design (ConcurrentHashMap) which has a better strategy to implement concurrency: segments instead of synchronized.classParameterReflectionParanamerUse 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)
-