Uses of Interface
org.wildfly.clustering.marshalling.spi.Formatter
-
Packages that use Formatter Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of Formatter in org.wildfly.clustering.marshalling.spi
Classes in org.wildfly.clustering.marshalling.spi that implement Formatter Modifier and Type Class Description classBinaryFormatter<K>Formatterimplementation for binary keys.classDelimitedFormatter<K>Formatterfor keys with multiple string fields.classSimpleFormatter<K>Formatterfor keys with a simple string representation.Constructors in org.wildfly.clustering.marshalling.spi with parameters of type Formatter Constructor Description StringExternalizer(Formatter<T> formatter)
-