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 ConstraintLocationConstraintLocation.forCrossParameter(Callable callable) static ConstraintLocationConstraintLocation.forParameter(Callable callable, int index) static ConstraintLocationConstraintLocation.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 TypeMethodDescriptionbooleanCallable.isResolvedToSameMethodInHierarchy(ExecutableHelper executableHelper, Class<?> mainSubType, Callable superTypeMethod) booleanCallable.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 TypeClassDescriptionclassclassJavaBeanExecutable<T extends Executable>classclassMethods in org.hibernate.validator.internal.properties.javabean with parameters of type CallableModifier and TypeMethodDescriptionbooleanJavaBeanExecutable.isResolvedToSameMethodInHierarchy(ExecutableHelper executableHelper, Class<?> mainSubType, Callable superTypeMethod) booleanJavaBeanExecutable.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)