Class JaxbMapKeyClassImpl

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

public class JaxbMapKeyClassImpl extends Object implements Serializable
@Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface MapKeyClass { Class<?> value(); } <p>Java class for map-key-class complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="map-key-class"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> }</pre>
See Also:
  • Field Details

    • clazz

      protected String clazz
  • Constructor Details

    • JaxbMapKeyClassImpl

      public JaxbMapKeyClassImpl()
  • Method Details

    • 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