org.skyscreamer.yoga.metadata
Interface MetaDataService

All Known Implementing Classes:
MapMetaDataServiceImpl

public interface MetaDataService


Method Summary
 String getHref(Class<?> type, String suffix)
           
 TypeMetaData getMetaData(Class<?> type, String suffix)
           
 TypeMetaData getMetaData(String type, String suffix)
           
 String getNameForType(Class<?> type)
           
 Class<?> getTypeForName(String name)
           
 Map<String,Class<?>> getTypeMappings()
           
 

Method Detail

getTypeMappings

Map<String,Class<?>> getTypeMappings()

getTypeForName

Class<?> getTypeForName(String name)

getNameForType

String getNameForType(Class<?> type)

getMetaData

TypeMetaData getMetaData(String type,
                         String suffix)

getMetaData

TypeMetaData getMetaData(Class<?> type,
                         String suffix)

getHref

String getHref(Class<?> type,
               String suffix)


Copyright © 2012. All Rights Reserved.