Annotation Type BeanUtilsConverter


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface BeanUtilsConverter
    Provides the means to specify a Converter for the annotated type.

    EXPERIMENTAL

    Author:
    aherscu
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends org.apache.commons.beanutils.Converter> value  
    • Element Detail

      • value

        Class<? extends org.apache.commons.beanutils.Converter> value
        Returns:
        the Converter that should be applied at runtime