Class PlanKeyConverter

  • All Implemented Interfaces:
    ognl.TypeConverter

    public class PlanKeyConverter
    extends Object
    implements ognl.TypeConverter
    • Constructor Detail

      • PlanKeyConverter

        public PlanKeyConverter()
    • Method Detail

      • convertValue

        @Nullable
        public @Nullable Object convertValue​(Map context,
                                             Object target,
                                             Member member,
                                             String propertyName,
                                             Object value,
                                             Class toType)
        Specified by:
        convertValue in interface ognl.TypeConverter