Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Converter<T> |
Converter.autoApply(Boolean autoApply)
Sets the
auto-apply attribute |
Converter<T> |
Converter.clazz(String clazz)
Sets the
class attribute |
Converter<OrmDescriptor> |
OrmDescriptor.createConverter()
Creates a new
converter element |
Converter<T> |
Converter.description(String description)
Sets the
description element |
Converter<OrmDescriptor> |
OrmDescriptor.getOrCreateConverter()
If not already created, a new
converter element will be created and returned. |
Converter<T> |
Converter.removeAutoApply()
Removes the
auto-apply attribute |
Converter<T> |
Converter.removeClazzAttr()
Removes the
class attribute |
Converter<T> |
Converter.removeDescription()
Removes the
description element |
Modifier and Type | Method and Description |
---|---|
List<Converter<OrmDescriptor>> |
OrmDescriptor.getAllConverter()
Returns all
converter elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.