Uses of Class
org.hibernate.validator.internal.properties.Signature
Packages that use Signature
Package
Description
The classes in this package contain the aggregated meta data needed for an actual validation.
Independent helper classes.
-
Uses of Signature in org.hibernate.validator.internal.metadata.aggregated
Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type SignatureModifier and TypeMethodDescriptionExecutableMetaData.getSignatures()
Returns the signature(s) of the method represented by this meta data object, based on the represented executable's name and its parameter types. -
Uses of Signature in org.hibernate.validator.internal.properties
Methods in org.hibernate.validator.internal.properties that return Signature -
Uses of Signature in org.hibernate.validator.internal.properties.javabean
Methods in org.hibernate.validator.internal.properties.javabean that return Signature -
Uses of Signature in org.hibernate.validator.internal.util
Methods in org.hibernate.validator.internal.util that return SignatureModifier and TypeMethodDescriptionstatic Signature
ExecutableHelper.getSignature
(Executable executable) static Signature
ExecutableHelper.getSignature
(String name, Class<?>[] parameterTypes)