| Package | Description |
|---|---|
| io.doov.core.dsl.path |
External path implementation
|
| Modifier and Type | Method and Description |
|---|---|
WriteMethodRef |
FieldPath.getWriteMethod()
The write access method for the field
|
WriteMethodRef |
DefaultFieldPath.getWriteMethod() |
| Modifier and Type | Method and Description |
|---|---|
<R> PathBuilder<B,T,R> |
PathBuilder.field(ReadMethodRef<T,R> readMethodRef,
WriteMethodRef<T,R> writeMethodRef) |
PathBuilder<B,C,T> |
PathBuilder.set(WriteMethodRef<C,T> writeMethodRef) |
| Constructor and Description |
|---|
DefaultFieldPath(Class<?> baseClass,
List<ReadMethodRef<?,?>> path,
FieldId fieldId,
PathConstraint constraint,
String readable,
boolean _transient,
ReadMethodRef readMethodReference,
WriteMethodRef writeMethodReference) |
Copyright © 2018. All rights reserved.