Class DatasonnetLanguage

java.lang.Object
org.apache.camel.support.LanguageSupport
org.apache.camel.support.TypedLanguageSupport
org.apache.camel.language.datasonnet.DatasonnetLanguage
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.IsSingleton, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.Language, org.apache.camel.spi.PropertyConfigurer

@Language("datasonnet") public class DatasonnetLanguage extends org.apache.camel.support.TypedLanguageSupport implements org.apache.camel.spi.PropertyConfigurer
  • Constructor Details

    • DatasonnetLanguage

      public DatasonnetLanguage()
  • Method Details

    • createPredicate

      public org.apache.camel.Predicate createPredicate(String expression)
      Specified by:
      createPredicate in interface org.apache.camel.spi.Language
    • createExpression

      public org.apache.camel.Expression createExpression(String expression)
      Specified by:
      createExpression in interface org.apache.camel.spi.Language
    • createPredicate

      public org.apache.camel.Predicate createPredicate(String expression, Object[] properties)
      Specified by:
      createPredicate in interface org.apache.camel.spi.Language
    • createExpression

      public org.apache.camel.Expression createExpression(String expression, Object[] properties)
      Specified by:
      createExpression in interface org.apache.camel.spi.Language
      Overrides:
      createExpression in class org.apache.camel.support.TypedLanguageSupport
    • getClasspathImports

      public Map<String,String> getClasspathImports()
    • configure

      public boolean configure(org.apache.camel.CamelContext camelContext, Object target, String name, Object value, boolean ignoreCase)
      Specified by:
      configure in interface org.apache.camel.spi.PropertyConfigurer
    • getBodyMediaType

      public com.datasonnet.document.MediaType getBodyMediaType()
    • setBodyMediaType

      public void setBodyMediaType(com.datasonnet.document.MediaType bodyMediaType)
    • setBodyMediaType

      public void setBodyMediaType(String bodyMediaType)
    • getOutputMediaType

      public com.datasonnet.document.MediaType getOutputMediaType()
    • setOutputMediaType

      public void setOutputMediaType(com.datasonnet.document.MediaType outputMediaType)
    • setOutputMediaType

      public void setOutputMediaType(String outputMediaType)
    • getLibraryPaths

      public Collection<String> getLibraryPaths()
    • setLibraryPaths

      public void setLibraryPaths(Collection<String> libraryPaths)