Interface MutableClassDetailsRegistry

All Superinterfaces:
ClassDetailsRegistry
All Known Implementing Classes:
AbstractClassDetailsRegistry, ClassDetailsRegistryStandard

public interface MutableClassDetailsRegistry extends ClassDetailsRegistry
  • Method Details

    • addClassDetails

      void addClassDetails(ClassDetails classDetails)
      Adds a managed-class descriptor using its name as the registration key.
    • addClassDetails

      void addClassDetails(String name, ClassDetails classDetails)
      Adds a managed-class descriptor using the given name as the registration key
    • resolveClassDetails

      Resolve (find or create) ClassDetails by name. If there is currently no such registration, one is created using the specified creator.