JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.validator.spi.nodenameprovider
JavaBeanProperty
Contents
Description
Method Summary
Method Details
getDeclaringClass()
Hide sidebar
Show sidebar
Interface JavaBeanProperty
All Superinterfaces:
Property
@Incubating
public interface
JavaBeanProperty
extends
Property
Contains metadata for a JavaBean property.
Since:
6.1.0
Author:
Damir Alibegovic
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getDeclaringClass
()
Owner class of the property.
Methods inherited from interface
Property
getName
Method Details
getDeclaringClass
Class
<?>
getDeclaringClass
()
Owner class of the property.
Returns:
Class
owning class of the property