Uses of Class
org.infinispan.commons.util.TypedProperties
Packages that use TypedProperties
Package
Description
Commons Configuration package
Commons package providing various utility classes
-
Uses of TypedProperties in org.infinispan.commons.configuration
Fields in org.infinispan.commons.configuration with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeDefinition<TypedProperties>AbstractTypedPropertiesConfiguration.PROPERTIESMethods in org.infinispan.commons.configuration that return TypedProperties -
Uses of TypedProperties in org.infinispan.commons.configuration.attributes
Fields in org.infinispan.commons.configuration.attributes with type parameters of type TypedPropertiesModifier and TypeFieldDescriptionstatic final AttributeCopier<TypedProperties>TypedPropertiesAttributeCopier.INSTANCEMethods in org.infinispan.commons.configuration.attributes that return TypedPropertiesModifier and TypeMethodDescriptionTypedPropertiesAttributeCopier.copyAttribute(TypedProperties attribute) AttributeSet.fromProperties(TypedProperties properties, String prefix) Methods in org.infinispan.commons.configuration.attributes with parameters of type TypedPropertiesModifier and TypeMethodDescriptionTypedPropertiesAttributeCopier.copyAttribute(TypedProperties attribute) AttributeSet.fromProperties(TypedProperties properties, String prefix) -
Uses of TypedProperties in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return TypedPropertiesModifier and TypeMethodDescriptionstatic TypedPropertiesImmutables.immutableTypedProperties(TypedProperties properties) Creates an immutable copy of the properties.TypedProperties.putIfAbsent(String key, String value) Put a value if the associated key is not presentTypedProperties.setProperty(String key, boolean value) TypedProperties.setProperty(String key, int value) TypedProperties.setProperty(String key, long value) TypedProperties.setProperty(String key, String value) static TypedPropertiesTypedProperties.toTypedProperties(Map<?, ?> p) Factory method that converts a JDKMap(includingPropertiesinstance to an instance of TypedProperties, if needed.Methods in org.infinispan.commons.util with parameters of type TypedPropertiesModifier and TypeMethodDescriptionstatic TypedPropertiesImmutables.immutableTypedProperties(TypedProperties properties) Creates an immutable copy of the properties.