
public interface Converter<T> extends Child<T>, OrmConverterCommType<T,Converter<T>>
converter xsd type| Modifier and Type | Method and Description |
|---|---|
Converter<T> |
autoApply(Boolean autoApply)
Sets the
auto-apply attribute |
Converter<T> |
clazz(String clazz)
Sets the
class attribute |
Converter<T> |
description(String description)
Sets the
description element |
String |
getClazz()
Returns the
class attribute |
String |
getDescription()
Returns the
description element |
Boolean |
isAutoApply()
Returns the
auto-apply attribute |
Converter<T> |
removeAutoApply()
Removes the
auto-apply attribute |
Converter<T> |
removeClazzAttr()
Removes the
class attribute |
Converter<T> |
removeDescription()
Removes the
description element |
Converter<T> description(String description)
description elementdescription - the value for the element descriptionConverterString getDescription()
description elementdescriptionConverter<T> removeDescription()
description elementConverterConverter<T> clazz(String clazz)
class attributeclazz - the value for the attribute classConverterString getClazz()
class attributeclassConverter<T> removeClazzAttr()
class attributeConverterConverter<T> autoApply(Boolean autoApply)
auto-apply attributeautoApply - the value for the attribute auto-applyConverterBoolean isAutoApply()
auto-apply attributeauto-applyCopyright © 2025 JBoss by Red Hat. All rights reserved.