Uses of Class
org.infinispan.util.TypedProperties
-
Packages that use TypedProperties Package Description org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of TypedProperties in org.infinispan.util
Methods in org.infinispan.util that return TypedProperties Modifier and Type Method Description static TypedProperties
TypedProperties. toTypedProperties(Properties p)
Deprecated.Factory method that converts a JDKProperties
instance to an instance of TypedProperties, if needed.
-