| Modifier and Type | Class and Description |
|---|---|
class |
ParsingRuleObjectManager<K extends ParsingRuleProvider,T extends ParsingRule<K>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParsingRuleRepository<K extends ParsingRuleProvider,T extends ParsingRule<K>> |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageParameter> |
Parser.parse(BigInteger projectId,
Message message,
InstanceContext instanceContext,
Collection<? extends ParsingRule> parsingRules)
Parse message against parsingRules collection.
|
JsonContext |
Parser.parseToJsonContext(Message message,
Collection<? extends ParsingRule> parsingRules,
BigInteger projectId)
Parse message against parsingRules; add parsed parameters to a new JsonContext and return it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParsingRule<T extends ParsingRuleProvider> |
class |
OperationParsingRule |
class |
SystemParsingRule |
| Modifier and Type | Method and Description |
|---|---|
static MessageParameter.Builder |
MessageParameter.build(String paramName,
ParsingRule rule)
TODO: Add JavaDoc.
|
| Constructor and Description |
|---|
QParsingRule(com.querydsl.core.types.Path<? extends ParsingRule> path) |
| Modifier and Type | Method and Description |
|---|---|
Set<ParsingRule> |
System.returnParsingRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
System.addParsingRule(ParsingRule parsingRule) |
void |
System.removeParsingRule(ParsingRule parsingRule) |
| Modifier and Type | Method and Description |
|---|---|
Set<ParsingRule> |
Operation.returnParsingRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.addParsingRule(ParsingRule parsingRule) |
void |
Operation.removeParsingRule(ParsingRule parsingRule) |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<ParsingRule<?>,QParsingRule> |
QSituation.parsingRules |
| Modifier and Type | Method and Description |
|---|---|
Set<ParsingRule> |
Situation.getParsingRules() |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleParsingRule |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParsingRuleType.buildResult(ParsingRule parsingRule,
Matcher matcher,
MessageParameter.Builder builder) |
abstract MessageParameter |
ParsingRuleType.parse(Message message,
ParsingRule parsingRule) |
| Modifier and Type | Method and Description |
|---|---|
Set<ParsingRule> |
ParsingRuleProvider.returnParsingRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParsingRuleProvider.addParsingRule(ParsingRule parsingRule) |
void |
ParsingRuleProvider.removeParsingRule(ParsingRule parsingRule) |
Copyright © 2025. All rights reserved.