| Package | Description |
|---|---|
| org.exparity.beans.core |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyPath |
BeanPropertyPath.append(String name)
Append the supplied path to this path to form a new instance of
PropertyPath.This instance is not mutated |
BeanPropertyPath |
BeanPropertyPath.appendIndex(int index)
Append the supplied index to this path to form a new instance of
PropertyPath.This instance is not mutated |
BeanPropertyPath |
BeanPropertyPath.appendIndex(String index)
Append the supplied index to this path to form a new instance of
PropertyPath.This instance is not mutated |
BeanPropertyPath |
BeanProperty.getPath()
Return the path this property is at
|
| Constructor and Description |
|---|
BeanProperty(String propertyName,
BeanPropertyPath path,
org.exparity.beans.core.MethodWrapper accessor,
org.exparity.beans.core.MethodWrapper mutator,
Object instance) |
Copyright © 2015. All rights reserved.