Interface BeanDefMapper

All Known Subinterfaces:
BeanDefMapper.Void
All Known Implementing Classes:
BasicBeanDefMapper

public interface BeanDefMapper
Interface used to retrieve identifiers and URIs for bean classes.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Represents the absence of a bean definition mapper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ID for the specified class.
    Returns the URI for the specified class by its ID.
    Returns the URI for the specified class.
  • Method Details

    • getId

      Returns the ID for the specified class.
      Parameters:
      cm - The class.
      Returns:
      The ID for the specified class.
    • getURI

      Returns the URI for the specified class.
      Parameters:
      cm - The class.
      Returns:
      The URI for the specified class.
    • getURI

      Returns the URI for the specified class by its ID.
      Parameters:
      id - The class ID.
      Returns:
      The URI for the specified class.