Package | Description |
---|---|
example.model | |
org.milyn.cdr.xpath.evaluators.value | |
org.milyn.db | |
org.milyn.edisax.model.internal | |
org.milyn.flatfile.regex | |
org.milyn.javabean |
Smooks Javabean Cartridge implementation classes.
|
org.milyn.javabean.decoders |
Pre-installed data type decoders.
|
org.milyn.persistence | |
org.milyn.routing.db | |
org.milyn.templating |
Templating for Smooks.
|
org.milyn.yaml |
Modifier and Type | Class and Description |
---|---|
class |
TrackingNumberDecoder
Decoder for the Tracking numbers.
|
Modifier and Type | Method and Description |
---|---|
static Value |
Value.getValue(org.jaxen.expr.Expr expr,
DataDecoder decoder,
Properties namespaces) |
Constructor and Description |
---|
AttributeValue(String namespaceURI,
String localPart,
DataDecoder decoder) |
TextValue(DataDecoder decoder) |
Modifier and Type | Class and Description |
---|---|
static class |
TransactionManagerType.DataDecoder
A Data decoder for this Enum
|
Modifier and Type | Method and Description |
---|---|
DataDecoder |
ValueNode.getDecoder() |
Modifier and Type | Class and Description |
---|---|
static class |
RegexParserFactory.RegexPatternDecoder |
Modifier and Type | Interface and Description |
---|---|
interface |
DataEncoder
Data encoder.
|
Modifier and Type | Method and Description |
---|---|
static DataDecoder |
DataDecoder.Factory.create(Class targetType) |
static DataDecoder |
DataDecoder.Factory.create(String typeAlias)
Attempt to construct a decoder instance from it's type alias based on the
packaging and naming convention used in the
org.milyn.javabean.decoders package. |
DataDecoder |
BeanInstancePopulator.getDecoder() |
DataDecoder |
ValueBinder.getDecoder() |
DataDecoder |
BeanInstancePopulator.getDecoder(ContentDeliveryConfig deliveryConfig) |
Modifier and Type | Method and Description |
---|---|
static Map<Class,Class<? extends DataDecoder>> |
DataDecoder.Factory.getInstalledDecoders()
Get the full set of installed decoders, keyed by the decode type.
|
static Class<? extends DataDecoder> |
DataDecoder.Factory.getInstance(Class targetType) |
Modifier and Type | Method and Description |
---|---|
Bean |
Bean.bindTo(String dataSelector,
DataDecoder dataDecoder)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Collection/array Bean beanclass instance.
|
Bean |
Bean.bindTo(String bindingMember,
String dataSelector,
DataDecoder dataDecoder)
Create a binding configuration to bind the data, selected from the message by the
dataSelector, to the target Bean member specified by the bindingMember param.
|
void |
BeanInstancePopulator.setDecoder(DataDecoder decoder) |
Value |
Value.setDecoder(DataDecoder dataDecoder)
The
DataDecoder to be used for decoding
the data value. |
void |
ValueBinder.setDecoder(DataDecoder decoder) |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalDecoder
BigDecimal Decoder. |
class |
BigIntegerDecoder
BigInteger Decoder. |
class |
BinaryDecoder
The BinaryDecoder validates that CharacterSequence only consists of zeros and ones.
|
class |
BooleanDecoder
Boolean decoder.
|
class |
ByteDecoder
Byte Decoder
|
class |
CalendarDecoder
Calendar data decoder. |
class |
CharacterDecoder
Character data decoder. |
class |
CharsetDecoder
String data decoder.
|
class |
ClassDecoder
Class decoder.
|
class |
CSVDecoder
Comma Separated Value (CSV) decoder.
|
class |
CustomDecoder
Custom decoder.
|
class |
DABigDecimalDecoder
BigDecimal Decoder, which is EDI delimiters aware for parsing decimal. |
class |
DateDecoder
Date data decoder. |
class |
DoubleDecoder
Double decoder.
|
class |
EnumDecoder
Enum instance decoder.
|
class |
FileDecoder
File decoder. |
class |
FloatDecoder
Float decoder.
|
class |
FreeMarkerTemplateDecoder
FreeMarkerTemplate data decoder impl. |
class |
IntegerDecoder
Integer Decoder.
|
class |
LocaleAwareDateDecoder
LocaleAwareDateDecoder is a decoder 'helper' that can be subclassed by Date decoders to enable
them to use locale specific date formats.
|
class |
LocaleAwareDecoder
LocaleAwareDecoder is a decoder 'helper' that can be subclassed by any DataDecoder
implementation that relies on
Locale information to perform
Data Decoding. |
class |
LongDecoder
Long decoder.
|
class |
MappingDecoder
Mapping decoder.
|
class |
MVELExpressionEvaluatorDecoder
MVELExpressionEvaluator data decoder impl. |
class |
NumberDecoder
Abstract
Number based DataDecoder. |
class |
PreprocessDecoder
Data Preprocesses Decoder.
|
class |
ShortDecoder
Short Decoder
|
class |
SqlDateDecoder
Date data decoder. |
class |
SqlTimeDecoder
Time data decoder. |
class |
SqlTimestampDecoder
Timestamp data decoder. |
class |
StringDecoder
String data decoder.
|
class |
URIDecoder
URI Decoder. |
class |
URLDecoder
URL Decoder. |
class |
XMLGregorianCalendarDecoder
XMLGregorianCalendar data decoder. |
Modifier and Type | Method and Description |
---|---|
DataDecoder |
PreprocessDecoder.getBaseDecoder() |
DataDecoder |
CustomDecoder.getDelegateDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
PreprocessDecoder.setBaseDecoder(DataDecoder baseDecoder) |
Modifier and Type | Class and Description |
---|---|
static class |
OnNoResult.DataDecoder
A Data decoder for this Enum
|
static class |
ParameterListType.DataDecoder
A Data decoder for this Enum
|
Modifier and Type | Class and Description |
---|---|
static class |
SQLExecutor.ResultSetScopeDecoder |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractTemplateProcessor.ActionDecoder |
Modifier and Type | Class and Description |
---|---|
static class |
AliasStrategy.DataDecoder
A Data decoder for this Enum
|
Copyright © 2020. All rights reserved.