Interface Lookup

All Superinterfaces:
Service
All Known Implementing Classes:
DefaultLookup

public interface Lookup extends Service
  • Method Details

    • lookup

      <T> T lookup(Class<T> type)
    • lookup

      <T> T lookup(Class<T> type, String name)
    • lookupList

      <T> List<T> lookupList(Class<T> type)
    • lookupMap

      <T> Map<String,T> lookupMap(Class<T> type)