org.ehcache.config.xml.model
Class SerializerType
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializer
protected java.util.List<SerializerType.Serializer> serializer
SerializerType
public SerializerType()
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