Tabnine Logo
ProxyConfig.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.springframework.aop.framework.ProxyConfig
constructor

Best Java code snippets using org.springframework.aop.framework.ProxyConfig.<init> (Showing top 3 results out of 315)

origin: ryantenney/metrics-spring

@Override
public void setImportMetadata(AnnotationMetadata importMetadata) {
  final AnnotationAttributes enableMetrics = AnnotationAttributes.fromMap(importMetadata.getAnnotationAttributes(EnableMetrics.class.getName(), false));
  Assert.notNull(enableMetrics, "@" + EnableMetrics.class.getSimpleName() + " is not present on importing class " + importMetadata.getClassName());
  this.proxyConfig = new ProxyConfig();
  this.proxyConfig.setExposeProxy(enableMetrics.getBoolean("exposeProxy"));
  this.proxyConfig.setProxyTargetClass(enableMetrics.getBoolean("proxyTargetClass"));
}
origin: ryantenney/metrics-spring

final ProxyConfig proxyConfig = new ProxyConfig();
origin: com.yammer.metrics/metrics-spring

ProxyConfig proxyConfig = new ProxyConfig();
org.springframework.aop.frameworkProxyConfig<init>

Popular methods of ProxyConfig

  • toString
  • setExposeProxy
    Set whether the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the
  • setProxyTargetClass
    Set whether to proxy the target class directly, instead of just proxying specific interfaces. Defaul
  • isExposeProxy
    Return whether the AOP proxy will expose the AOP proxy for each invocation.
  • isProxyTargetClass
    Return whether to proxy the target class directly as well as any interfaces.

Popular in Java

  • Running tasks concurrently on multiple threads
  • getContentResolver (Context)
  • runOnUiThread (Activity)
  • scheduleAtFixedRate (Timer)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now