Uses of Class
com.norconex.commons.lang.map.Properties
Packages that use Properties
Package
Description
Bean related utilities.
Enhanced and/or useful features related to Map.
Utility classes related to text.
Classes making it easier to deal with and manipulate URLs.
XML-related classes.
Various XML flow element implementations.
-
Uses of Properties in com.norconex.commons.lang.bean
Methods in com.norconex.commons.lang.bean that return PropertiesModifier and TypeMethodDescriptionstatic PropertiesBeanUtil.toProperties(Object bean, String... ignoredProperties) Converts a bean to aPropertiesinstance where the keys are the object property names and values are the object property values, converted to string, with support for arrays and collections. -
Uses of Properties in com.norconex.commons.lang.bean.jackson
Methods in com.norconex.commons.lang.bean.jackson that return PropertiesModifier and TypeMethodDescriptionJsonXmlPropertiesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Properties in com.norconex.commons.lang.map
Methods in com.norconex.commons.lang.map that return PropertiesModifier and TypeMethodDescriptionProperties.match(PropertyMatcher propertyMatcher) Gets a properties subset for keys and values matched by the property matcher.Properties.match(TextMatcher fieldMatcher, TextMatcher valueMatcher) Gets a properties subset for matching keys and values.PropertyMatcher.match(Properties properties) Returns matching field/values in the givenProperties.PropertyMatchers.match(Properties properties) Returns a new instance that is a subset of the given properties, containing only keys and matching values.Properties.matchKeys(TextMatcher keyMatcher) Gets a properties subset for keys matched by the key matcher.Properties.matchValues(TextMatcher valueMatcher) Gets a properties subset for values matched by the value matcher.PropertyMatcher.replace(Properties properties, String replacement) Replaces all matching values of the matching keys in the givenPropertieswith the given replacement.PropertyMatchers.replace(Properties properties, String replacement) Replaces all matching values of the matching keys in the givenPropertieswith the given replacement.Methods in com.norconex.commons.lang.map with parameters of type PropertiesModifier and TypeMethodDescriptionvoidPropertySetter.apply(Properties properties, String key, Object value) Applies thePropertySetterstrategy on the supplied properties with the given key and value.PropertyMatcher.match(Properties properties) Returns matching field/values in the givenProperties.PropertyMatchers.match(Properties properties) Returns a new instance that is a subset of the given properties, containing only keys and matching values.booleanPropertyMatcher.matches(Properties properties) Tests whether this property matcher matches at least one value for the key in the givenProperties.booleanPropertyMatchers.matches(Properties properties) Returnstrueif any of the properties key and values match any of the property matchers (only one property matcher needs to match).PropertyMatcher.replace(Properties properties, String replacement) Replaces all matching values of the matching keys in the givenPropertieswith the given replacement.PropertyMatchers.replace(Properties properties, String replacement) Replaces all matching values of the matching keys in the givenPropertieswith the given replacement.booleanPropertyMatcher.test(Properties properties) For compatibility withPredicate.booleanPropertyMatchers.test(Properties properties) For compatibility withPredicate. -
Uses of Properties in com.norconex.commons.lang.text
Methods in com.norconex.commons.lang.text that return PropertiesModifier and TypeMethodDescriptionRegexFieldValueExtractor.extractFieldValues(CharSequence text) static PropertiesRegexFieldValueExtractor.extractFieldValues(CharSequence text, RegexFieldValueExtractor... extractors) static PropertiesRegexFieldValueExtractor.extractFieldValues(CharSequence text, List<RegexFieldValueExtractor> extractors) Methods in com.norconex.commons.lang.text with parameters of type PropertiesModifier and TypeMethodDescriptionvoidRegexFieldValueExtractor.extractFieldValues(Properties dest, CharSequence text) static voidRegexFieldValueExtractor.extractFieldValues(Properties dest, CharSequence text, RegexFieldValueExtractor... extractors) static voidRegexFieldValueExtractor.extractFieldValues(Properties dest, CharSequence text, List<RegexFieldValueExtractor> extractors) -
Uses of Properties in com.norconex.commons.lang.url
Subclasses of Properties in com.norconex.commons.lang.urlModifier and TypeClassDescriptionclassProvides utility methods for getting and setting attributes on a URL query string. -
Uses of Properties in com.norconex.commons.lang.xml
Methods in com.norconex.commons.lang.xml that return Properties -
Uses of Properties in com.norconex.commons.lang.xml.flow.impl
Methods in com.norconex.commons.lang.xml.flow.impl with parameters of type Properties