V
- type of the returned value from the member accessorpublic interface IAccessorFactory<V>
member accessors
for types
.Modifier and Type | Method and Description |
---|---|
<T> IMemberAccessor<? extends V,T> |
getAccessor(IType<T> type)
Gets the accessor for specified type.
|
<T> IMemberAccessor<? extends V,T> getAccessor(IType<T> type)
T
- input type classtype
- type that the accessor should work fornull
if the type cannot provide such valuesCopyright © 2019. All rights reserved.