Annotation Type FacesConverter

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class forClass
      This attribute is an alternative for providing the <converter-for-class> element in XML.
      boolean managed  
      String value
      The converter id.
    • Element Detail

      • forClass

        Class forClass
        This attribute is an alternative for providing the <converter-for-class> element in XML.
        Returns:
        The class this converter must be registered for.
        Default:
        java.lang.Object.class
      • value

        String value
        The converter id. Alternative for providing the <converter-id> element in XML.
        Returns:
        Default:
        ""
      • managed

        boolean managed
        Default:
        false