Package org.cyclos.impl.utils.validation
Interface PropertyAccess
-
- All Known Implementing Classes:
BasePropertyAccess,BeanPropertyAccess,CustomFieldPropertyAccess,EntityPropertyAccess,SimplePropertyAccess,ThemeDefinitionAccess
public interface PropertyAccessAn strategy for retrieving properties from objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Objectget(Object object)Returns the property value for a given objectObjectgetIdentifier()Returns the identifier for this property accessStringgetPropertyName()Returns the internal name that should be considered the property name or iddefault ObjectgetValidationIdentifier()Return the identifier actually passed to thePropertyValidation
-
-
-
Method Detail
-
getIdentifier
Object getIdentifier()
Returns the identifier for this property access
-
getPropertyName
String getPropertyName()
Returns the internal name that should be considered the property name or id
-
getValidationIdentifier
default Object getValidationIdentifier()
Return the identifier actually passed to thePropertyValidation
-
-