public class NamedExportBinder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.inject.multibindings.Multibinder<org.weakref.jmx.guice.Mapping> |
binder |
protected com.google.inject.Key<?> |
key |
| Modifier and Type | Method and Description |
|---|---|
void |
as(java.util.function.Function<ObjectNameGenerator,java.lang.String> nameFactory) |
void |
as(java.lang.String name) |
void |
withGeneratedName()
Names the MBean according to
ObjectNames name generator methods. |
protected final com.google.inject.multibindings.Multibinder<org.weakref.jmx.guice.Mapping> binder
protected final com.google.inject.Key<?> key
public void withGeneratedName()
ObjectNames name generator methods.public void as(java.lang.String name)
public void as(java.util.function.Function<ObjectNameGenerator,java.lang.String> nameFactory)
Copyright © 2023. All rights reserved.