| Package | Description |
|---|---|
| io.doov.core.dsl.path |
External path implementation
|
| Modifier and Type | Method and Description |
|---|---|
ReadMethodRef |
FieldPath.getReadMethod()
The read access method for the field
|
ReadMethodRef |
DefaultFieldPath.getReadMethod() |
| Modifier and Type | Method and Description |
|---|---|
List<ReadMethodRef<?,?>> |
FieldPath.getPath()
List of read method references to access the field
|
List<ReadMethodRef<?,?>> |
DefaultFieldPath.getPath() |
| Modifier and Type | Method and Description |
|---|---|
<R> PathBuilder<B,T,R> |
PathBuilder.field(ReadMethodRef<T,R> readMethodRef,
WriteMethodRef<T,R> writeMethodRef) |
<R> PathBuilder<B,T,R> |
PathBuilder.get(ReadMethodRef<T,R> readMethodRef) |
<R> PathBuilder<B,T,R> |
PathBuilder.iterable(ReadMethodRef<T,Iterable<R>> readMethodRef) |
| Constructor and Description |
|---|
DefaultFieldPath(Class<?> baseClass,
List<ReadMethodRef<?,?>> path,
FieldId fieldId,
PathConstraint constraint,
String readable,
boolean _transient,
ReadMethodRef readMethodReference,
WriteMethodRef writeMethodReference) |
| 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.