Constructor and Description |
---|
MessageProvider(Map<String,PropertyValue> messageProperties) |
Modifier and Type | Interface and Description |
---|---|
interface |
GeneratedPropertyValue
Provides operations to generate message property values.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratedPropertySupport
Provides support to generate message property values.
|
class |
ListPropertyValue
Provides property values from the underlining list of items.
|
class |
NumericGeneratedPropertySupport
Provides support for numeric generators with lower and upper boundaries.
|
class |
RandomPropertyValue
Generates random property values in a given lower and upper boundaries.
|
class |
RangePropertyValue
Generates property values from a range with given lower and upper boundaries.
|
class |
SimplePropertyValue
Simple property value holder for a constant properties.
|
Modifier and Type | Method and Description |
---|---|
PropertyValue |
PropertyValueFactory.createPropertyValue(String type) |
Modifier and Type | Method and Description |
---|---|
List<PropertyValue> |
ListPropertyValue.getItems() |
Class<PropertyValue> |
PropertyValueFactory.getPropertyValueClass(String type) |
Modifier and Type | Method and Description |
---|---|
void |
ListPropertyValue.setItems(List<PropertyValue> items) |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyValue> |
MessageProviderConfig.getMessageProperties() |
Constructor and Description |
---|
MessageProviderConfig(String name,
Map<String,PropertyValue> messageProperties) |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
ObjectMapperFactory.PropertyValueDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyValue> |
CreateMessageProviderCommand.getMessageProperties() |
Modifier and Type | Method and Description |
---|---|
void |
CreateMessageProviderCommand.setMessageProperties(Map<String,PropertyValue> messageProperties) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.