Interface Constrainable
- All Known Subinterfaces:
Callable,Field,Getter,JavaBeanAnnotatedConstrainable,Property
- All Known Implementing Classes:
JavaBeanConstructor,JavaBeanExecutable,JavaBeanField,JavaBeanGetter,JavaBeanMethod
public interface Constrainable
An element on which it is possible to define constraints (e.g. a JavaBean property, a JavaBean method, a JSON
property).
- Author:
- Marko Bekhta
-
Method Details
-
getName
String getName() -
getDeclaringClass
Class<?> getDeclaringClass() -
getTypeForValidatorResolution
Type getTypeForValidatorResolution() -
getType
Type getType() -
getConstrainedElementKind
ConstrainedElement.ConstrainedElementKind getConstrainedElementKind() -
as
-