| Package | Description |
|---|---|
| io.doov.core.dsl.runtime |
Pure runtime implementation of FieldModel and FieldInfo, which does not need code generation.
|
| Modifier and Type | Method and Description |
|---|---|
<O> RuntimeField<B,O> |
FieldChainBuilder.field(Function<R,O> readMethod,
BiConsumer<R,O> writeMethod,
Class<O> type,
Class<?>... genericTypes)
Terminal method that builds the RuntimeField
|
RuntimeField<M,Object> |
RuntimeFieldRegistry.get(FieldId fieldId) |
RuntimeField<B,R> |
RuntimeField.register(List<RuntimeField<B,Object>> registry) |
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeField<M,Object>> |
RuntimeFieldRegistry.runtimeFields() |
Stream<RuntimeField<M,Object>> |
RuntimeFieldRegistry.stream() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeField<B,R> |
RuntimeField.register(List<RuntimeField<B,Object>> registry) |
| Constructor and Description |
|---|
RuntimeFieldRegistry(List<RuntimeField<M,Object>> runtimeFieldList) |
Copyright © 2018. All rights reserved.