Package org.jgroups.conf
Class PropertyConverters
java.lang.Object
org.jgroups.conf.PropertyConverters
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classCreates a list of Policy objects from a comma-separated list of classnames -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyConverters
private PropertyConverters()
-