Class PropertyConverters

java.lang.Object
org.jgroups.conf.PropertyConverters

public final class PropertyConverters extends Object
Groups a set of standard PropertyConverter(s) supplied by JGroups.

Third parties can provide their own converters if such need arises by implementing PropertyConverter interface and by specifying that converter as converter on a specific Property annotation of a field or a method instance.

  • Constructor Details

    • PropertyConverters

      private PropertyConverters()