Class CatalogSupport
- java.lang.Object
-
- org.apache.camel.k.tooling.maven.model.CatalogSupport
-
public final class CatalogSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CatalogComponentDefinition
unmarshallComponent(String json)
static CatalogDataFormatDefinition
unmarshallDataFormat(String json)
static CatalogLanguageDefinition
unmarshallLanguage(String json)
-
-
-
Method Detail
-
unmarshallComponent
public static CatalogComponentDefinition unmarshallComponent(String json)
-
unmarshallLanguage
public static CatalogLanguageDefinition unmarshallLanguage(String json)
-
unmarshallDataFormat
public static CatalogDataFormatDefinition unmarshallDataFormat(String json)
-
-