Class DefaultSpringKeyConvertorParser

java.lang.Object
com.alicp.jetcache.anno.support.DefaultKeyConvertorParser
com.alicp.jetcache.anno.support.DefaultSpringKeyConvertorParser
All Implemented Interfaces:
KeyConvertorParser, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DefaultSpringKeyConvertorParser extends DefaultKeyConvertorParser implements org.springframework.context.ApplicationContextAware
Author:
huangli
  • Constructor Details

    • DefaultSpringKeyConvertorParser

      public DefaultSpringKeyConvertorParser()
  • Method Details

    • parseKeyConvertor

      public Function<Object,Object> parseKeyConvertor(String convertor)
      Specified by:
      parseKeyConvertor in interface KeyConvertorParser
      Overrides:
      parseKeyConvertor in class DefaultKeyConvertorParser
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException