Class JaxbConverterRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
- All Implemented Interfaces:
Serializable
See @ConverterRegistration
Java class for converter-registration complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="converter-registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="converter" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-apply" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
- 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 converter property.boolean
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
setConverter
(String value) Sets the value of the converter property.
-
Field Details
-
converter
-
clazz
-
autoApply
-
-
Constructor Details
-
JaxbConverterRegistrationImpl
public JaxbConverterRegistrationImpl()
-
-
Method Details
-
getConverter
Gets the value of the converter property.- Returns:
- possible object is
String
-
setConverter
Sets the value of the converter 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
public boolean 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
-