B
- backup(File,File,Function1) - function in tech.harmonysoft.oss.common.backup.file.FileSystemBackupService
- backup(File,File,Function1) - function in tech.harmonysoft.oss.common.backup.file.impl.FileSystemBackupServiceImpl
- build(String,TypedKeyManager,TypeManagerContext) - function in tech.harmonysoft.oss.common.match.KeyValueMatcherFactory
- Similar to build, the only difference is that it should use ComparisonStrategy based on TypeManager.compareTo chosen with respect to the given contexts
- build(String,TypedKeyManager,ComparisonStrategy,TypeManagerContext) - function in tech.harmonysoft.oss.common.match.KeyValueMatcherFactory
- Generally processing logic looks as below:
KeyValueMatcher works on data holders which can be represented as a bag of key-value pairs
Given textual matching rules representations are defined in terms of target keys and their values
We parse the given rule representation string and extract string keys from it in factory-specific way, for example, if it's SQL rule (like
k1 = 1 and (k2 < 2 or k3 in (31, 31)), we can use sql parser for thatFind TypeManager for every value type (see TypeManager.targetType and TypeManager.targetContext), given
contextsallow to customize thatParse value objects from their string representations given in the rule string
Build KeyValueMatcher for the parsed keys, values an operations defined in the given matching rule string. Given ComparisonStrategy is used for that
- build(Object) - function in tech.harmonysoft.oss.common.string.util.ToStringUtil
- Convenient way to build object's string representation where some fields should be excluded (e.g.
- build(Map,TypedKeyManager,Set) - function in tech.harmonysoft.oss.common.template.factory.KeyValueConfigurerFactory
- build(Map,TypedKeyManager,Set) - function in tech.harmonysoft.oss.common.template.factory.impl.KeyValueConfigurerFactoryImpl