Uses of Class
org.infinispan.client.hotrod.impl.TypedProperties
-
Packages that use TypedProperties Package Description org.infinispan.client.hotrod.impl -
-
Uses of TypedProperties in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return TypedProperties Modifier and Type Method Description TypedProperties
TypedProperties. setProperty(String key, String value)
static TypedProperties
TypedProperties. toTypedProperties(Properties p)
Factory method that converts a JDKProperties
instance to an instance of TypedProperties, if needed.
-