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() |
java.lang.String |
getIdentifier() |
IAccessorKey<V> |
getKey() |
ContentType<V> getContentType()
java.lang.String getIdentifier()
IAccessorKey<V> getKey()
<T> IMemberAccessor<V,T> getAccessor(IType<T> type)
IAccessorFactorygetAccessor in interface IAccessorFactory<V>T - input type classtype - type that the accessor should work fornull if the type cannot provide such values