ooc
Class AttributeConverterInstanceThis
java.lang.Object
ooc.AttributeConverterAbstract
ooc.AttributeConverterTag
ooc.AttributeConverterInstance
ooc.AttributeConverterInstanceThis
- All Implemented Interfaces:
- AttributeConverter
- public class AttributeConverterInstanceThis
- extends AttributeConverterInstance
Method Summary |
java.lang.Object |
convert(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
Dependencies dependencies)
Return the java instance constructed using the attribute at hand. |
java.lang.Object |
convertWrapt(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
Dependencies dependencies)
|
java.lang.Class |
getClass(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
TagErrorHandler teh)
Returns the class of the instance converted by this attribute
converter. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeConverterInstanceThis
public AttributeConverterInstanceThis(boolean needsValidateCard,
boolean needsValue)
getClass
public java.lang.Class getClass(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
TagErrorHandler teh)
- Description copied from interface:
AttributeConverter
- Returns the class of the instance converted by this attribute
converter.
- Specified by:
getClass
in interface AttributeConverter
- Overrides:
getClass
in class AttributeConverterInstance
convert
public java.lang.Object convert(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
Dependencies dependencies)
- Description copied from interface:
AttributeConverter
- Return the java instance constructed using the attribute at hand.
- Specified by:
convert
in interface AttributeConverter
- Overrides:
convert
in class AttributeConverterAbstract
convertWrapt
public java.lang.Object convertWrapt(java.lang.String vCard,
java.lang.String strValue,
Tag tag,
TagAttribute attribute,
Dependencies dependencies)
- Overrides:
convertWrapt
in class AttributeConverterInstance