Class DefaultNameGenerator

java.lang.Object
io.micronaut.configuration.jmx.context.DefaultNameGenerator
All Implemented Interfaces:
NameGenerator
Direct Known Subclasses:
EndpointNameGenerator

public class DefaultNameGenerator extends Object implements NameGenerator
Generates object names where the package is the domain and the properties has a single key of "type" that is the simple name of the class.
Since:
1.0
Author:
James Kleeh
  • Constructor Details

    • DefaultNameGenerator

      public DefaultNameGenerator()
  • Method Details