Annotation Type FacesConverter


@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) @Inherited @Qualifier public @interface FacesConverter
Since:
2.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Optional Element Summary

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

    • 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