- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T - the model typeC - the context type
- All Known Implementing Classes:
- JsonInstanceCreator, NoopInstanceCreator, XmlInstanceCreator
public interface InstanceCreator<T,C>
Interface to create new instances of T from information provided by C.
- Version:
- $LastChangedRevision:$
- Author:
- $LastChangedBy:$
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
T |
newInstance(C context) |
-
-
Method Detail
-
newInstance
T newInstance(C context)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012 Harald Pehl. All Rights Reserved.