Class Base64PropertiesFunction

java.lang.Object
org.apache.camel.dataformat.base64.Base64PropertiesFunction
All Implemented Interfaces:
org.apache.camel.spi.PropertiesFunction

@PropertiesFunction("base64") public class Base64PropertiesFunction extends Object implements org.apache.camel.spi.PropertiesFunction
  • Constructor Details

    • Base64PropertiesFunction

      public Base64PropertiesFunction()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.apache.camel.spi.PropertiesFunction
    • lookupFirst

      public boolean lookupFirst(String remainder)
      Specified by:
      lookupFirst in interface org.apache.camel.spi.PropertiesFunction
    • apply

      public String apply(String remainder)
      Specified by:
      apply in interface org.apache.camel.spi.PropertiesFunction