public static class MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
attributePropertyMap |
protected Map<String,ParseableElement> |
childElementMap |
protected Map<String,String> |
elementAttributes |
protected Class |
messageProcessorClass |
protected String |
scope |
protected Boolean |
withAttachProcessorDefinition |
| Constructor and Description |
|---|
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder(Class messageProcessorClass) |
| Modifier and Type | Method and Description |
|---|---|
MunitGenericDefinitionParser |
build() |
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder |
withAttribute(String attributeName,
String propertyName) |
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder |
withChildElement(String childElementName,
ParseableElement childElement) |
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder |
withElementAttribute(String name,
String value) |
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder |
withNoAttachProcessorDefinition() |
MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder |
withScope(String scope) |
protected Class messageProcessorClass
protected String scope
protected Map<String,ParseableElement> childElementMap
protected Boolean withAttachProcessorDefinition
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder(Class messageProcessorClass)
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder withScope(String scope)
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder withAttribute(String attributeName, String propertyName)
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder withChildElement(String childElementName, ParseableElement childElement)
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder withNoAttachProcessorDefinition()
public MunitGenericDefinitionParser.MunitGenericDefinitionParserBuilder withElementAttribute(String name, String value)
public MunitGenericDefinitionParser build()
Copyright © 2016. All rights reserved.