static <M,P1> TypedModeledFramework<M,P1> |
TypedModeledFramework.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M> TypedModeledFramework0<M> |
TypedModeledFramework0.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> TypedModeledFramework10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> |
TypedModeledFramework10.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2> TypedModeledFramework2<M,P1,P2> |
TypedModeledFramework2.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3> TypedModeledFramework3<M,P1,P2,P3> |
TypedModeledFramework3.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4> TypedModeledFramework4<M,P1,P2,P3,P4> |
TypedModeledFramework4.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5> TypedModeledFramework5<M,P1,P2,P3,P4,P5> |
TypedModeledFramework5.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6> TypedModeledFramework6<M,P1,P2,P3,P4,P5,P6> |
TypedModeledFramework6.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6,P7> TypedModeledFramework7<M,P1,P2,P3,P4,P5,P6,P7> |
TypedModeledFramework7.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8> TypedModeledFramework8<M,P1,P2,P3,P4,P5,P6,P7,P8> |
TypedModeledFramework8.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9> TypedModeledFramework9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
TypedModeledFramework9.from(ModeledFrameworkBuilder<M> frameworkBuilder,
ModelSpecBuilder<M> modelSpecBuilder,
java.lang.String pathWithIds) |
Return a new TypedModeledFramework using the given modeled framework builder, model spec builder and a path with ids.
|
static <M,P1> TypedModelSpec<M,P1> |
TypedModelSpec.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1> TypedModelSpec<M,P1> |
TypedModelSpec.from(ModelSpecBuilder<M> builder,
TypedZPath<P1> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M> TypedModelSpec0<M> |
TypedModelSpec0.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M> TypedModelSpec0<M> |
TypedModelSpec0.from(ModelSpecBuilder<M> builder,
TypedZPath0 path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> TypedModelSpec10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> |
TypedModelSpec10.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> TypedModelSpec10<M,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> |
TypedModelSpec10.from(ModelSpecBuilder<M> builder,
TypedZPath10<P1,P2,P3,P4,P5,P6,P7,P8,P9,P10> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2> TypedModelSpec2<M,P1,P2> |
TypedModelSpec2.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2> TypedModelSpec2<M,P1,P2> |
TypedModelSpec2.from(ModelSpecBuilder<M> builder,
TypedZPath2<P1,P2> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3> TypedModelSpec3<M,P1,P2,P3> |
TypedModelSpec3.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3> TypedModelSpec3<M,P1,P2,P3> |
TypedModelSpec3.from(ModelSpecBuilder<M> builder,
TypedZPath3<P1,P2,P3> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4> TypedModelSpec4<M,P1,P2,P3,P4> |
TypedModelSpec4.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4> TypedModelSpec4<M,P1,P2,P3,P4> |
TypedModelSpec4.from(ModelSpecBuilder<M> builder,
TypedZPath4<P1,P2,P3,P4> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4,P5> TypedModelSpec5<M,P1,P2,P3,P4,P5> |
TypedModelSpec5.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5> TypedModelSpec5<M,P1,P2,P3,P4,P5> |
TypedModelSpec5.from(ModelSpecBuilder<M> builder,
TypedZPath5<P1,P2,P3,P4,P5> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4,P5,P6> TypedModelSpec6<M,P1,P2,P3,P4,P5,P6> |
TypedModelSpec6.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6> TypedModelSpec6<M,P1,P2,P3,P4,P5,P6> |
TypedModelSpec6.from(ModelSpecBuilder<M> builder,
TypedZPath6<P1,P2,P3,P4,P5,P6> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4,P5,P6,P7> TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7> |
TypedModelSpec7.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6,P7> TypedModelSpec7<M,P1,P2,P3,P4,P5,P6,P7> |
TypedModelSpec7.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.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8> TypedModelSpec8<M,P1,P2,P3,P4,P5,P6,P7,P8> |
TypedModelSpec8.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8> TypedModelSpec8<M,P1,P2,P3,P4,P5,P6,P7,P8> |
TypedModelSpec8.from(ModelSpecBuilder<M> builder,
TypedZPath8<P1,P2,P3,P4,P5,P6,P7,P8> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9> TypedModelSpec9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
TypedModelSpec9.from(ModelSpecBuilder<M> builder,
java.lang.String pathWithIds) |
Return a new TypedModelSpec using the given model spec builder and path.
|
static <M,P1,P2,P3,P4,P5,P6,P7,P8,P9> TypedModelSpec9<M,P1,P2,P3,P4,P5,P6,P7,P8,P9> |
TypedModelSpec9.from(ModelSpecBuilder<M> builder,
TypedZPath9<P1,P2,P3,P4,P5,P6,P7,P8,P9> path) |
Return a new TypedModelSpec using the given model spec builder and typed path.
|