@FunctionalInterface public interface TypedModelSpec4<M,P1,P2,P3,P4>
TypedModelSpec
, but with 4 parametersModifier and Type | Method and Description |
---|---|
static <M,P1,P2,P3,P4> |
from(ModelSpecBuilder<M> builder,
String pathWithIds)
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4> |
from(ModelSpecBuilder<M> builder,
TypedZPath4<P1,P2,P3,P4> 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) |
static <M,P1,P2,P3,P4> TypedModelSpec4<M,P1,P2,P3,P4> from(ModelSpecBuilder<M> builder, TypedZPath4<P1,P2,P3,P4> path)
resolved(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> TypedModelSpec4<M,P1,P2,P3,P4> from(ModelSpecBuilder<M> builder, String pathWithIds)
resolved(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.