public class FacesConverterInfo extends Object implements Serializable
| Constructor and Description | 
|---|
| FacesConverterInfo(Type type,
                  Class forClass,
                  String converterId) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getConverterId() | 
| Class | getForClass() | 
| Type | getType() | 
| int | hashCode() | 
| void | setConverterId(String converterId) | 
| void | setForClass(Class forClass) | 
| void | setType(Type type) | 
public String getConverterId()
public void setConverterId(String converterId)
converterId - the converterId to setpublic Class getForClass()
public void setForClass(Class forClass)
public Type getType()
public void setType(Type type)
Copyright © 2021 The Apache Software Foundation. All rights reserved.