Uses of Interface
org.wildfly.clustering.marshalling.Formatter
Packages that use Formatter
Package
Description
-
Uses of Formatter in org.wildfly.clustering.cache
Classes in org.wildfly.clustering.cache that implement FormatterModifier and TypeClassDescriptionclassKeyFormatter<I, K extends Key<I>>A formatter of a cache key.Constructors in org.wildfly.clustering.cache with parameters of type Formatter -
Uses of Formatter in org.wildfly.clustering.cache.infinispan.embedded.persistence
Constructor parameters in org.wildfly.clustering.cache.infinispan.embedded.persistence with type arguments of type FormatterModifierConstructorDescriptionFormatterKeyMapper(List<? extends Formatter<?>> formatters) Creates key-string mapper using the specified formatters. -
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 -
Uses of Formatter in org.wildfly.clustering.server.infinispan
Classes in org.wildfly.clustering.server.infinispan that implement FormatterModifier and TypeClassDescriptionstatic classA formatter of a JGroups address.static classFormatter of a cache container-based group member.classProvides a formatter for aLocalEmbeddedCacheManagerGroupMember. -
Uses of Formatter in org.wildfly.clustering.session.infinispan.embedded
Classes in org.wildfly.clustering.session.infinispan.embedded that implement FormatterModifier and TypeClassDescriptionclassSessionKeyFormatter<K extends Key<String>>BaseFormatterfor cache keys containing session identifiers. -
Uses of Formatter in org.wildfly.clustering.session.infinispan.embedded.attributes
Classes in org.wildfly.clustering.session.infinispan.embedded.attributes that implement Formatter -
Uses of Formatter in org.wildfly.clustering.session.infinispan.embedded.metadata
Classes in org.wildfly.clustering.session.infinispan.embedded.metadata that implement Formatter -
Uses of Formatter in org.wildfly.clustering.session.infinispan.embedded.user
Classes in org.wildfly.clustering.session.infinispan.embedded.user that implement FormatterModifier and TypeClassDescriptionclassFormatter forUserContextKeyclassFormatter forUserSessionsKey.