Class ReflectionProperty
- java.lang.Object
-
- io.tech1.framework.domain.reflections.ReflectionProperty
-
public class ReflectionProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionProperty(String parentPropertyName, String propertyName, Object propertyValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetParentPropertyName()StringgetPropertyName()ObjectgetPropertyValue()StringgetReadableValue()inthashCode()static ReflectionPropertyof(String parentPropertyName, String propertyName, Object propertyValue)StringtoString()
-
-
-
Method Detail
-
of
public static ReflectionProperty of(String parentPropertyName, String propertyName, Object propertyValue)
-
getParentPropertyName
public String getParentPropertyName()
-
getPropertyName
public String getPropertyName()
-
getPropertyValue
public Object getPropertyValue()
-
getReadableValue
public String getReadableValue()
-
canEqual
protected boolean canEqual(Object other)
-
-