public class MapKeyValueElementPropertyMeta<T extends Map<K,V>,K,V> extends PropertyMeta<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MapKeyValueElementPropertyMeta.KeyValue<K,V> |
reflectService| Constructor | Description |
|---|---|
MapKeyValueElementPropertyMeta(Type ownerType,
ReflectionService reflectService,
Type propertyType) |
| Modifier and Type | Method | Description |
|---|---|---|
Getter<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> |
getGetter() |
|
String |
getPath() |
|
Type |
getPropertyType() |
|
Setter<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> |
getSetter() |
|
String |
toString() |
|
PropertyMeta<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> |
withReflectionService(ReflectionService reflectionService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefinedProperties, getName, getOwnerType, getPropertyClassMeta, getPropertyClassMetaSupplier, getReflectService, isConstructorProperty, isSelf, isSubProperty, isValid, newPropertyClassMeta, typeAffinityScorepublic MapKeyValueElementPropertyMeta(Type ownerType, ReflectionService reflectService, Type propertyType)
public Setter<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> getSetter()
getSetter in class PropertyMeta<T extends Map<K,V>,MapKeyValueElementPropertyMeta.KeyValue<K,V>>public Getter<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> getGetter()
getGetter in class PropertyMeta<T extends Map<K,V>,MapKeyValueElementPropertyMeta.KeyValue<K,V>>public Type getPropertyType()
getPropertyType in class PropertyMeta<T extends Map<K,V>,MapKeyValueElementPropertyMeta.KeyValue<K,V>>public String getPath()
getPath in class PropertyMeta<T extends Map<K,V>,MapKeyValueElementPropertyMeta.KeyValue<K,V>>public PropertyMeta<T,MapKeyValueElementPropertyMeta.KeyValue<K,V>> withReflectionService(ReflectionService reflectionService)
withReflectionService in class PropertyMeta<T extends Map<K,V>,MapKeyValueElementPropertyMeta.KeyValue<K,V>>Copyright © 2019. All rights reserved.