Property | Type | Description | |
---|---|---|---|
Initialize | void |
Method | Description | |
---|---|---|
GetRestAPIClassType ( RestAPIType restAPIType ) : IRestAPIType |
Create the instance of specific product using reflection
|
|
RestAPIClassFactory ( ) : System |
Not to allow to create the instance of the class. Initialization will be done at very first time when the instance will be created
|
Method | Description | |
---|---|---|
Initialize ( ) : void |
Intialize to perform the mapping of id and class name
|
public GetRestAPIClassType ( RestAPIType restAPIType ) : IRestAPIType | ||
restAPIType | RestAPIType | |
return | IRestAPIType |