Interface NameGenerator

All Known Implementing Classes:
DefaultNameGenerator, EndpointNameGenerator

public interface NameGenerator
Contract to create an ObjectName from a bean definition.
Since:
1.0
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(io.micronaut.inject.BeanDefinition<?> beanDefinition)
    Generates a management bean name from a bean definition.