Uses of Interface
org.hibernate.validator.internal.properties.Callable
-
Packages that use Callable Package Description org.hibernate.validator.internal.metadata.location Contains types for the representation of constraint locations.org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources.org.hibernate.validator.internal.properties org.hibernate.validator.internal.properties.javabean org.hibernate.validator.internal.util Independent helper classes.org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of Callable in org.hibernate.validator.internal.metadata.location
Methods in org.hibernate.validator.internal.metadata.location with parameters of type Callable Modifier and Type Method Description static 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 Constructor Description ParameterConstraintLocation(Callable callable, int index) -
Uses of Callable in org.hibernate.validator.internal.metadata.raw
Methods in org.hibernate.validator.internal.metadata.raw that return Callable Modifier and Type Method Description CallableConstrainedExecutable. getCallable()CallableConstrainedParameter. getCallable()Constructors in org.hibernate.validator.internal.metadata.raw with parameters of type Callable Constructor Description ConstrainedExecutable(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 Callable Modifier and Type Method Description booleanCallable. 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 Callable Modifier and Type Class Description classJavaBeanConstructorclassJavaBeanExecutable<T extends Executable>classJavaBeanGetterclassJavaBeanMethodMethods in org.hibernate.validator.internal.properties.javabean with parameters of type Callable Modifier and Type Method Description booleanJavaBeanExecutable. 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 Modifier and Type Method Description booleanExecutableHelper. overrides(Callable subTypeMethod, Callable superTypeMethod) -
Uses of Callable in org.hibernate.validator.internal.util.logging
-