public class ArrayElementPropertyMeta<T,E> extends PropertyMeta<T,E>
reflectService| Constructor | Description |
|---|---|
ArrayElementPropertyMeta(String name,
Type ownerType,
ReflectionService reflectService,
int index,
ArrayClassMeta<T,E> arrayMetaData,
org.simpleflatmapper.util.IntFactory<Setter<T,E>> setterFactory,
org.simpleflatmapper.util.IntFactory<Getter<T,E>> getterFactory) |
| Modifier and Type | Method | Description |
|---|---|---|
Getter<T,E> |
getGetter() |
|
int |
getIndex() |
|
String |
getPath() |
|
Type |
getPropertyType() |
|
Setter<T,E> |
getSetter() |
|
String |
toString() |
|
PropertyMeta<T,E> |
withReflectionService(ReflectionService reflectionService) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDefinedProperties, getName, getOwnerType, getPropertyClassMeta, getPropertyClassMetaSupplier, getReflectService, isConstructorProperty, isSelf, isSubProperty, isValid, newPropertyClassMeta, typeAffinityScorepublic Type getPropertyType()
getPropertyType in class PropertyMeta<T,E>public int getIndex()
public String getPath()
getPath in class PropertyMeta<T,E>public PropertyMeta<T,E> withReflectionService(ReflectionService reflectionService)
withReflectionService in class PropertyMeta<T,E>Copyright © 2019. All rights reserved.