IMapValueDescriptor<?> |
IValueDescriptor.asMap() |
Casts this descriptor to a map value descriptor type.
|
<S> IMapValueDescriptor<S> |
IValueDescriptor.asMap(Class<S> valueType) |
Casts this descriptor to a map value descriptor type.
|
default <V> IMapValueDescriptor<V> |
IValueDescriptorFactory.map(IValueDescriptor<V,? extends IValueBuilder<V>> descriptor) |
|
default IMapValueDescriptor<?> |
IValueDescriptorFactory.map(IValueDescriptorCreator elementType) |
|
default IMapValueDescriptor<LargeString> |
IValueDescriptorFactory.mapToLargeStrings() |
|
default IMapValueDescriptor<LargeString> |
IValueDescriptorFactory.mapToLargeStrings(String descriptionI18n) |
|
default IMapValueDescriptor<String> |
IValueDescriptorFactory.mapToStrings() |
|
default IMapValueDescriptor<String> |
IValueDescriptorFactory.mapToStrings(String descriptionI18n) |
|
IMapValueDescriptor<V> |
IMapValueDescriptor.withDefaultValue(Object defaultValue) |
|
IMapValueDescriptor<V> |
IMapValueDescriptor.withDescription(String description) |
|