Uses of Interface
org.hibernate.validator.internal.properties.Callable
Packages that use Callable
Package
Description
Contains types for the representation of constraint locations.
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
Independent helper classes.
Logging classes.
-
Uses of Callable in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location with parameters of type CallableModifier and TypeMethodDescriptionstatic ConstraintLocation
ConstraintLocation.forCrossParameter
(Callable callable) static ConstraintLocation
ConstraintLocation.forParameter
(Callable callable, int index) static ConstraintLocation
ConstraintLocation.forReturnValue
(Callable callable) Constructors in org.hibernate.validator.internal.metadata.location with parameters of type Callable -
Uses of Callable in org.hibernate.validator.internal.metadata.raw
Methods in org.hibernate.validator.internal.metadata.raw that return CallableModifier and TypeMethodDescriptionConstrainedExecutable.getCallable()
ConstrainedParameter.getCallable()
Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type CallableModifierConstructorDescriptionConstrainedExecutable
(ConfigurationSource source, Callable callable, List<ConstrainedParameter> parameterMetaData, Set<MetaConstraint<?>> crossParameterConstraints, Set<MetaConstraint<?>> returnValueConstraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder) Creates a new executable meta data object.ConstrainedExecutable
(ConfigurationSource source, Callable callable, Set<MetaConstraint<?>> returnValueConstraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder) Creates a new executable meta data object for a parameter-less executable.ConstrainedParameter
(ConfigurationSource source, Callable callable, Type type, int index) ConstrainedParameter
(ConfigurationSource source, Callable callable, Type type, int index, Set<MetaConstraint<?>> constraints, Set<MetaConstraint<?>> typeArgumentConstraints, CascadingMetaDataBuilder cascadingMetaDataBuilder) Creates a new parameter meta data object. -
Uses of Callable in org.hibernate.validator.internal.properties
Methods in org.hibernate.validator.internal.properties with parameters of type CallableModifier and TypeMethodDescriptionboolean
Callable.isResolvedToSameMethodInHierarchy
(ExecutableHelper executableHelper, Class<?> mainSubType, Callable superTypeMethod) boolean
Callable.overrides
(ExecutableHelper executableHelper, Callable superTypeMethod) -
Uses of Callable in org.hibernate.validator.internal.properties.javabean
Classes in org.hibernate.validator.internal.properties.javabean that implement CallableModifier and TypeClassDescriptionclass
class
JavaBeanExecutable<T extends Executable>
class
class
Methods in org.hibernate.validator.internal.properties.javabean with parameters of type CallableModifier and TypeMethodDescriptionboolean
JavaBeanExecutable.isResolvedToSameMethodInHierarchy
(ExecutableHelper executableHelper, Class<?> mainSubType, Callable superTypeMethod) boolean
JavaBeanExecutable.overrides
(ExecutableHelper executableHelper, Callable superTypeMethod) -
Uses of Callable in org.hibernate.validator.internal.util
Methods in org.hibernate.validator.internal.util with parameters of type Callable -
Uses of Callable in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging with parameters of type CallableModifier and TypeMethodDescriptionLog.getCrossParameterElementHasAlreadyBeConfiguredViaProgrammaticApiException
(Class<?> beanClass, Callable callable) Log.getInvalidExecutableParameterIndexException
(Callable callable, int index) Log.getInvalidLengthOfParameterMetaDataListException
(Callable callable, int nbParameters, int listSize) Log.getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException
(Callable callable1, Callable callable2) Log.getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException
(Callable method1, Callable method2) Log.getParameterConfigurationAlteredInSubTypeException
(Callable superMethod, Callable subMethod) Log.getParameterConstraintsDefinedInMethodsFromParallelTypesException
(Callable method1, Callable method2) Log.getParameterHasAlreadyBeConfiguredViaProgrammaticApiException
(Class<?> beanClass, Callable callable, int parameterIndex) Log.getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException
(Class<?> beanClass, Callable callable) Log.getVoidMethodsMustNotBeConstrainedException
(Callable callable)