org.ehcache.config.xml.model
Class SerializerType

java.lang.Object
  extended by org.ehcache.config.xml.model.SerializerType

public class SerializerType
extends java.lang.Object

Java class for serializer-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="serializer-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serializer" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.ehcache.org/v3>fqcn-type">
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SerializerType.Serializer
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<SerializerType.Serializer> serializer
           
 
Constructor Summary
SerializerType()
           
 
Method Summary
 java.util.List<SerializerType.Serializer> getSerializer()
          Gets the value of the serializer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serializer

protected java.util.List<SerializerType.Serializer> serializer
Constructor Detail

SerializerType

public SerializerType()
Method Detail

getSerializer

public java.util.List<SerializerType.Serializer> getSerializer()
Gets the value of the serializer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serializer property.

For example, to add a new item, do as follows:

    getSerializer().add(newItem);
 

Objects of the following type(s) are allowed in the list SerializerType.Serializer