Package eu.europa.ted.eforms.sdk.entity
Class SdkEntityFactory
- java.lang.Object
-
- eu.europa.ted.eforms.sdk.selector.component.SdkComponentFactory
-
- eu.europa.ted.eforms.sdk.entity.SdkEntityFactory
-
public class SdkEntityFactory extends SdkComponentFactory
-
-
Field Summary
Fields Modifier and Type Field Description static SdkEntityFactoryINSTANCE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SdkCodelistgetSdkCodelist(String sdkVersion, String codelistId, String codelistVersion, List<String> codes)static SdkFieldgetSdkField(String sdkVersion, com.fasterxml.jackson.databind.JsonNode field)static SdkNodegetSdkNode(String sdkVersion, com.fasterxml.jackson.databind.JsonNode node)-
Methods inherited from class eu.europa.ted.eforms.sdk.selector.component.SdkComponentFactory
getComponentImpl
-
-
-
-
Field Detail
-
INSTANCE
public static final SdkEntityFactory INSTANCE
-
-
Method Detail
-
getSdkCodelist
public static SdkCodelist getSdkCodelist(String sdkVersion, String codelistId, String codelistVersion, List<String> codes) throws InstantiationException
- Throws:
InstantiationException
-
getSdkField
public static SdkField getSdkField(String sdkVersion, com.fasterxml.jackson.databind.JsonNode field) throws InstantiationException
- Throws:
InstantiationException
-
getSdkNode
public static SdkNode getSdkNode(String sdkVersion, com.fasterxml.jackson.databind.JsonNode node) throws InstantiationException
- Throws:
InstantiationException
-
-