Uses of Interface
org.wildfly.clustering.marshalling.Formatter
-
Uses of Formatter in org.wildfly.clustering.marshalling
Subinterfaces of Formatter in org.wildfly.clustering.marshallingClasses in org.wildfly.clustering.marshalling that implement FormatterMethods in org.wildfly.clustering.marshalling that return FormatterModifier and TypeMethodDescriptionstatic <T> Formatter<T> Formatter.of(T value) static <T> Formatter<T> Formatter.serialized(Class<T> targetClass, Serializer<T> serializer) default <U> Formatter<U> Returns a wrapping formatterdefault <U> Formatter<U> Returns a wrapped formatter.Constructors in org.wildfly.clustering.marshalling with parameters of type Formatter