Class JaxbConverterRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
- All Implemented Interfaces:
Serializable
See @ConverterRegistration
<p>Java class for converter-registration complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- 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.booleanGets the value of the autoApply property.voidsetAutoApply(Boolean value) Sets the value of the autoApply property.voidSets the value of the clazz property.voidsetConverter(String value) Sets the value of the converter property.
-
Field Details
-
converter
-
clazz
-
autoApply
-
-
Constructor Details
-
JaxbConverterRegistrationImpl
public JaxbConverterRegistrationImpl()
-
-
Method Details
-
getConverter
-
setConverter
-
getClazz
-
setClazz
-
isAutoApply
public boolean isAutoApply()Gets the value of the autoApply property.- Returns:
- possible object is
Boolean
-
setAutoApply
-