Package org.ehcache.xml
Class BaseConfigParser<T>
java.lang.Object
org.ehcache.xml.BaseConfigParser<T>
- All Implemented Interfaces:
Parser<T>
BaseConfigParser - Base class providing functionality for translating service configurations to corresponding xml
document.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ElementsafeUnparse(Document doc, T config) protected static <T,K, V> Collector<T, ?, LinkedHashMap<K, V>> toLinkedHashMap(Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper) final ElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehcache.xml.Parser
getTargetNamespaces, parse
-
Constructor Details
-
BaseConfigParser
-
-
Method Details
-
getSchema
-
unparse
-
safeUnparse
-
toLinkedHashMap
protected static <T,K, Collector<T,V> ?, toLinkedHashMapLinkedHashMap<K, V>> (Function<? super T, ? extends K> keyMapper, Function<? super T, ? extends V> valueMapper)
-