| Package | Description |
|---|---|
| org.carewebframework.shell.property |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertySerializer.EnumSerializer
Serializer class for enumerations.
|
static class |
PropertySerializer.IterableSerializer
Serializer class for iterables.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertySerializer<Boolean> |
PropertySerializer.BOOLEAN
Serializer for Boolean data type.
|
static PropertySerializer<Date> |
PropertySerializer.DATE
Serializer for Date data type.
|
static PropertySerializer<Double> |
PropertySerializer.DOUBLE
Serializer for Double data type.
|
static PropertySerializer<Integer> |
PropertySerializer.INTEGER
Serializer for Integer data type.
|
static PropertySerializer<Long> |
PropertySerializer.LONG
Serializer for Long data type.
|
static PropertySerializer<String> |
PropertySerializer.STRING
Serializer for String data type.
|
| Modifier and Type | Method and Description |
|---|---|
PropertySerializer<Object> |
PropertyType.getSerializer()
Returns the property serializer for this property type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTypeRegistry.add(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Registers a property type.
|
static void |
PropertyTypeRegistry.register(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Registers a property type.
|
| Constructor and Description |
|---|
PropertyType(String typeName,
PropertySerializer<?> serializer,
Class<? extends PropertyEditorBase<?>> editorClass)
Creates a property type with the specified attributes.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.