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 CatalogComponentDefinitionunmarshallComponent(String json)static CatalogDataFormatDefinitionunmarshallDataFormat(String json)static CatalogLanguageDefinitionunmarshallLanguage(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)
-
-