| Package | Description |
|---|---|
| tech.generated.common | |
| tech.generated.common.engine.spi.summner | |
| tech.generated.common.engine.spi.summner.annotation | |
| tech.generated.common.engine.spi.summner.path |
| Modifier and Type | Class and Description |
|---|---|
class |
Init<T> |
| Modifier and Type | Method and Description |
|---|---|
Path<?,? extends Context<T>> |
Init.parent() |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.function.Supplier<T> |
InstanceBuilderFactory.builder(Context<T> context)
|
<T> java.util.function.Function<T,T> |
FillerFactory.defaultFiller(Context<T> context)
Method return a default filler used for complex object.
|
<T> java.util.function.Function<T,T> |
FillerFactory.filler(Context<T> context)
Method return a filler instance for filling object of the clazz
|
| Constructor and Description |
|---|
DefaultFiller(Context<T> context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectContext<T> |
class |
ValueContext<T> |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.function.BiFunction<Context<T>,T,T> |
Configuration.filler(Selector<?> selector) |
Collection<Selector<Context<?>>> |
Configuration.filterSelectors() |
<T> java.util.function.Function<Context<T>,T> |
Configuration.instanceBuilder(Selector<?> selector) |
Collection<Selector<Context<?>>> |
Configuration.instanceBuilderSelectors() |
Path<?,? extends Context<T>> |
ValueContext.parent() |
| Constructor and Description |
|---|
ValueContext(Context<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
AnnotationListener.fireFiller(Selector<Context<?>> selector,
java.util.function.BiFunction<Context<?>,?,?> function) |
<T> void |
AnnotationListener.fireFiller(Selector<Context<?>> selector,
java.util.function.BiFunction<Context<?>,?,?> function) |
void |
AnnotationListener.fireInstanceBuilder(Selector<Context<?>> selector,
java.util.function.Function<Context<?>,?> function) |
void |
AnnotationListener.fireInstanceBuilder(Selector<Context<?>> selector,
java.util.function.Function<Context<?>,?> function) |
| Modifier and Type | Field and Description |
|---|---|
protected Selector<Context<?>> |
ConnectToParentWrapperSelector.down |
protected Selector<Context<?>> |
ConnectToParentWrapperSelector.up |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Selector<Context<?>>> |
ConnectToParentWrapperSelector.chain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SkipNameSelector.test(Context<?> path) |
boolean |
RoutingSelector.test(Context<?> context) |
boolean |
CommonValueMatchSelector.test(Context<?> path) |
boolean |
RootMatchSelector.test(Context<?> path) |
boolean |
ConnectToParentWrapperSelector.test(Context<?> context) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectToParentWrapperSelector |
ConnectToParentWrapperSelector.of(Selector<Context<?>> down,
Selector<Context<?>> up) |
static ConnectToParentWrapperSelector |
ConnectToParentWrapperSelector.of(Selector<Context<?>> down,
Selector<Context<?>> up) |
Copyright © 2020. All rights reserved.