public interface ICanonicalAccessorFactory<V> extends IAccessorFactory<V>
Modifier and Type | Method and Description |
---|---|
<T> IMemberAccessor<V,T> |
getAccessor(IType<T> type)
Gets the accessor for specified type.
|
ContentType<V> |
getContentType() |
String |
getIdentifier() |
IAccessorKey<V> |
getKey() |
ContentType<V> getContentType()
String getIdentifier()
IAccessorKey<V> getKey()
<T> IMemberAccessor<V,T> getAccessor(IType<T> type)
IAccessorFactory
getAccessor
in interface IAccessorFactory<V>
T
- input type classtype
- type that the accessor should work fornull
if the type cannot provide such valuesCopyright © 2020. All rights reserved.