Package org.apache.myfaces.cdi.wrapper
Class FacesConverterAnnotationLiteral
- java.lang.Object
- 
- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
- 
- org.apache.myfaces.cdi.wrapper.FacesConverterAnnotationLiteral
 
 
- 
- All Implemented Interfaces:
- Annotation
 
 public class FacesConverterAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<FacesConverter> implements FacesConverter - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesConverterAnnotationLiteral(Class forClass, String value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ClassforClass()inthashCode()booleanmanaged()Stringvalue()- 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.lang.annotation.AnnotationannotationType, toString
 
- 
 
- 
- 
- 
Method Detail- 
valuepublic String value() 
 - 
forClasspublic Class forClass() 
 - 
managedpublic boolean managed() 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- Annotation
- Overrides:
- hashCodein class- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin interface- Annotation
- Overrides:
- equalsin class- jakarta.enterprise.util.AnnotationLiteral<FacesConverter>
 
 
- 
 
-