Class JaxbConverterRegistrationImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbConverterRegistrationImpl
All Implemented Interfaces:
Serializable

public class JaxbConverterRegistrationImpl extends Object implements 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 Details

    • converter

      protected String converter
    • clazz

      protected String clazz
    • autoApply

      protected Boolean autoApply
  • Constructor Details

    • JaxbConverterRegistrationImpl

      public JaxbConverterRegistrationImpl()
  • Method Details

    • getConverter

      public String getConverter()
      Gets the value of the converter property.
      Returns:
      possible object is String
    • setConverter

      public void setConverter(String value)
      Sets the value of the converter property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • isAutoApply

      public boolean isAutoApply()
      Gets the value of the autoApply property.
      Returns:
      possible object is Boolean
    • setAutoApply

      public void setAutoApply(Boolean value)
      Sets the value of the autoApply property.
      Parameters:
      value - allowed object is Boolean