| Package | Description |
|---|---|
| org.exparity.beans.core | |
| org.exparity.beans.core.visitors |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanVisitor.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop)
Callback fired for each
BeanProperty found on an object |
| Modifier and Type | Method and Description |
|---|---|
void |
Print.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
void |
CapturePropertyToMap.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
void |
CapturePropertyToListIf.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
void |
CapturePropertyToList.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
void |
CapturePropertyIf.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
void |
ApplyFunctionIf.visit(BeanProperty property,
Object current,
BeanPropertyPath path,
Object[] stack,
AtomicBoolean stop) |
Copyright © 2015. All rights reserved.