public interface Converter<T> extends Child<T>, OrmConverterCommType<T,Converter<T>>
converter
xsd typeModifier 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 description
Converter
String getDescription()
description
elementdescription
Converter<T> removeDescription()
description
elementConverter
Converter<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
Converter
String getClazz()
class
attributeclass
Converter<T> removeClazzAttr()
class
attributeConverter
Converter<T> autoApply(Boolean autoApply)
auto-apply
attributeautoApply
- the value for the attribute auto-apply
Converter
Boolean isAutoApply()
auto-apply
attributeauto-apply
Copyright © 2019 JBoss by Red Hat. All rights reserved.