Package org.cyclos.impl.utils.validation
Class EntityPropertyAccess
- java.lang.Object
-
- org.cyclos.impl.utils.validation.BasePropertyAccess
-
- org.cyclos.impl.utils.validation.EntityPropertyAccess
-
- All Implemented Interfaces:
PropertyAccess
public class EntityPropertyAccess extends BasePropertyAccess
Accessor for properties using QueryDSL's generated propertyPaths.
-
-
Constructor Summary
Constructors Constructor Description EntityPropertyAccess(com.querydsl.core.types.Path<?> path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object object)Returns the property value for a given objectStringgetPropertyName()Returns the internal name that should be considered the property name or id-
Methods inherited from class org.cyclos.impl.utils.validation.BasePropertyAccess
getIdentifier, toString
-
-
-
-
Method Detail
-
get
public Object get(Object object)
Description copied from interface:PropertyAccessReturns the property value for a given object
-
getPropertyName
public String getPropertyName()
Description copied from interface:PropertyAccessReturns the internal name that should be considered the property name or id
-
-