public interface MetadataProvider
Modifier and Type | Method and Description |
---|---|
boolean |
containsSearchMetadata(Class<?> clazz) |
TypeMetadata |
getTypeMetadataFor(Class<?> clazz)
Returns the Search related metadata for the specified type.
|
TypeMetadata getTypeMetadataFor(Class<?> clazz)
clazz
- The type of interest.TypeMetadata
for the specified typeboolean containsSearchMetadata(Class<?> clazz)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved