@Singleton @Named public class ValueConverterToArrayOfByte extends AbstractConverterToArray<byte[]>
ELEMENT_ESCAPE_END, ELEMENT_ESCAPE_START, ELEMENT_SEPARATOR| Constructor and Description |
|---|
ValueConverterToArrayOfByte()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<byte[]> |
getTargetType()
Is the guaranteed return-type of the
conversion. |
convertContainerEntry, createContainer, doInitializeconvert, convertFromArray, convertFromCollection, convertFromString, getCollectionFactoryManager, getSourceType, setCollectionFactoryManagergetComposedValueConverter, setComposedValueConverterconvert, getReflectionUtil, setReflectionUtildoInitialized, getInitializationState, initializepublic ValueConverterToArrayOfByte()
public Class<byte[]> getTargetType()
ValueConverterconversion. This information is
used externally to choose the most specific ValueConverter that is appropriate for the conversion. Object as target-type while a specific converter
may have Collection as target-type. Now if an object (compliant with the
source-type) needs to be converted to a Collection or
List, the specific converter is used while for other objects the generic converter is chosen.
target-type is often more general than the actual
returned result. So a ValueConverter that converts a
comma-separated String to an ArrayList will typically declare List as
target-type.Copyright © 2001–2019 mmm-Team. All rights reserved.