Class JaxbConverterImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbConverterImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
Gets the value of the clazz property.Gets the value of the description property.Gets the value of the autoApply property.void
setAutoApply
(Boolean value) Sets the value of the autoApply property.void
Sets the value of the clazz property.void
setDescription
(String value) Sets the value of the description property.
-
Field Details
-
description
-
clazz
-
autoApply
-
-
Constructor Details
-
JaxbConverterImpl
public JaxbConverterImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
isAutoApply
Gets the value of the autoApply property.- Returns:
- possible object is
Boolean
-
setAutoApply
Sets the value of the autoApply property.- Parameters:
value
- allowed object isBoolean
-