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.marshallingModifier and TypeInterfaceDescriptionstatic interfaceA formatter specialization for string formatting.Classes 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) Creates a composite formatter from the specified formatters.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) Creates a composite formatter from the specified formatters.static <T> Formatter<T> Formatter.of(T value) Creates a formatter whoseFormatter.parse(String)always returns the specified 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) Creates a composite formatter from the specified formatters.Constructors in org.wildfly.clustering.marshalling with parameters of type Formatter