Package org.hibernate.validator.internal.util
Independent helper classes.
-
Class Summary Class Description CollectionHelper Provides some methods for simplified collection instantiation.ConcurrentReferenceHashMap<K,V> An advanced hash table supporting configurable garbage collection semantics of keys and values, optional referential-equality, full concurrency of retrievals, and adjustable expected concurrency for updates.Contracts DomainNameUtil ExecutableHelper Provides shared functionality dealing with executables.ExecutableParameterNameProvider Allows to obtain parameter names fromExecutables in a uniform fashion.ModUtil Helper class for modulo 10/11.ReflectionHelper Some reflection utility methods.StringHelper Helper class dealing with strings.TypeHelper Provides utility methods for working with types.TypeResolutionHelper Provides access to a shared instance of ClassMate'sTypeResolver.TypeVariableBindings TypeVariables Provides some utility methods for TypeVariables.Version -
Enum Summary Enum Description ConcurrentReferenceHashMap.Option ConcurrentReferenceHashMap.ReferenceType An option specifying which Java reference type should be used to refer to a key and/or value.