Class NamedBindingBuilder

java.lang.Object
org.weakref.jmx.guice.NamedBindingBuilder
Direct Known Subclasses:
AnnotatedExportBuilder

@Deprecated public class NamedBindingBuilder extends Object
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final com.google.inject.multibindings.Multibinder<org.weakref.jmx.guice.Mapping>
    Deprecated.
     
    protected final com.google.inject.Key<?>
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    as(String name)
    Deprecated.
     
    void
    Deprecated.
    Names the MBean according to ObjectNames name generator methods.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • binder

      protected final com.google.inject.multibindings.Multibinder<org.weakref.jmx.guice.Mapping> binder
      Deprecated.
    • key

      protected final com.google.inject.Key<?> key
      Deprecated.
  • Method Details

    • withGeneratedName

      public void withGeneratedName()
      Deprecated.
      Names the MBean according to ObjectNames name generator methods.
    • as

      public void as(String name)
      Deprecated.