T - public abstract class SpecBuilder<T extends BaseSpec> extends Object
| Constructor and Description |
|---|
SpecBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
createSpec(Map<String,Object> rawSpec)
Recursively walk the spec input tree.
|
abstract T |
createSpec(String lhsKey,
Object rhsSpec)
Given a lhs key and rhs spec object, determine, create and return appropriate spec
|
Copyright © 2023. All rights reserved.