|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetadataRepository
Public (read-only) interface to MetadataProvider stack. Implementations must be thread safe.
| Method Summary | |
|---|---|
boolean |
contains(Class<?> type)
Indicates whether or not the repository contains metadata for the given type. |
Map<Class<?>,DataObjectMetadata> |
getAllMetadata()
Returns all metadata for all known data object types |
DataObjectMetadata |
getMetadata(Class<?> type)
Obtain metadata for specified data object type |
| Method Detail |
|---|
DataObjectMetadata getMetadata(Class<?> type)
type - the data object type for which to return metadata
Map<Class<?>,DataObjectMetadata> getAllMetadata()
boolean contains(Class<?> type)
type - the type to check metadata for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||