Uses of Interface
org.wildfly.clustering.marshalling.Formatter
Packages that use 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.joining(Class<? extends T> type, String delimiter, Function<T, String[]> unwrapper, Function<String[], T> wrapper) static <T,V1, V2>
Formatter<T> Formatter.joining(Class<? extends T> type, String delimiter, Formatter<V1> formatter1, Formatter<V2> formatter2, Function<T, V1> unwrapper1, Function<T, V2> unwrapper2, BiFunction<V1, V2, T> wrapper) static <T> Formatter<T> Formatter.of(T value) Serializer.toFormatter(Class<? extends T> type) Creates aFormatterbased on this serializer.default <U> Formatter<U> Returns a wrapping formatter<U> Formatter<U> default <U> Formatter<U> Returns a wrapped formatter.Methods in org.wildfly.clustering.marshalling with parameters of type FormatterModifier and TypeMethodDescriptionstatic <T,V1, V2>
Formatter<T> Formatter.joining(Class<? extends T> type, String delimiter, Formatter<V1> formatter1, Formatter<V2> formatter2, Function<T, V1> unwrapper1, Function<T, V2> unwrapper2, BiFunction<V1, V2, T> wrapper) Constructors in org.wildfly.clustering.marshalling with parameters of type Formatter