| Package | Description |
|---|---|
| io.doov.core.dsl.runtime |
Pure runtime implementation of FieldModel and FieldInfo, which does not need code generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListPathMethod<T,R> |
class |
SimplePathMethod<T,R> |
| Constructor and Description |
|---|
RuntimeField(List<PathMethod<Object,Object>> chain,
PathMethod<Object,R> lastLink,
FieldId id,
String readable,
FieldId[] siblings,
Class<R> type,
Class<?>[] genericTypes,
boolean isTransient) |
| Constructor and Description |
|---|
RuntimeField(List<PathMethod<Object,Object>> chain,
PathMethod<Object,R> lastLink,
FieldId id,
String readable,
FieldId[] siblings,
Class<R> type,
Class<?>[] genericTypes,
boolean isTransient) |
Copyright © 2018. All rights reserved.