@FunctionalInterface public interface TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7>
TypedModelSpec
, but with 7 parametersModifier and Type | Method and Description |
---|---|
static <M,P1,P2,P3,P4,P5,P6,P7> |
from(ModelSpecBuilder<M> builder,
String pathWithIds)
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6,P7> |
from(ModelSpecBuilder<M> builder,
TypedZPath7<P1,P2,P3,P4,P5,P6,P7> path)
Return a new TypedModelSpec using the given model spec builder and typed path.
|
ModelSpec<M> |
resolved(P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6,
P7 p7) |
static <M,P1,P2,P3,P4,P5,P6,P7> TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7> from(ModelSpecBuilder<M> builder, TypedZPath7<P1,P2,P3,P4,P5,P6,P7> path)
resolved(Object, Object, Object, Object, Object, Object, Object)
is called the actual model spec is generated with the
resolved pathbuilder
- model spec builderpath
- typed pathstatic <M,P1,P2,P3,P4,P5,P6,P7> TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7> from(ModelSpecBuilder<M> builder, String pathWithIds)
resolved(Object, Object, Object, Object, Object, Object, Object)
is called the actual model spec is generated with the
resolved pathbuilder
- model spec builderpathWithIds
- typed pathCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.