Tabnine Logo
ProxettaFactory.assertProxyIsCreated
Code IndexAdd Tabnine to your IDE (free)

How to use
assertProxyIsCreated
method
in
jodd.proxetta.ProxettaFactory

Best Java code snippets using jodd.proxetta.ProxettaFactory.assertProxyIsCreated (Showing top 6 results out of 315)

origin: oblac/jodd

/**
 * Returns <code>true</code> if at least one method was wrapped.
 */
public boolean isProxyApplied() {
  assertProxyIsCreated();
  return proxyApplied;
}
origin: oblac/jodd

/**
 * Returns proxy class name.
 */
public String getProxyClassName() {
  assertProxyIsCreated();
  return proxyClassName;
}
origin: oblac/jodd

/**
 * Returns raw bytecode.
 */
protected byte[] toByteArray() {
  assertProxyIsCreated();
  return destClassWriter.toByteArray();
}
origin: org.jodd/jodd-proxetta

/**
 * Returns proxy class name.
 */
public String getProxyClassName() {
  assertProxyIsCreated();
  return proxyClassName;
}
origin: org.jodd/jodd-proxetta

/**
 * Returns <code>true</code> if at least one method was wrapped.
 */
public boolean isProxyApplied() {
  assertProxyIsCreated();
  return proxyApplied;
}
origin: org.jodd/jodd-proxetta

/**
 * Returns raw bytecode.
 */
protected byte[] toByteArray() {
  assertProxyIsCreated();
  return destClassWriter.toByteArray();
}
jodd.proxettaProxettaFactoryassertProxyIsCreated

Javadoc

Checks if proxy is created and throws an exception if not.

Popular methods of ProxettaFactory

  • setTarget
    Defines class name as a target. Class will not be loaded by classloader!
  • define
    Defines class.
  • _this
  • assertTargetIsNotDefined
    Checks if target is not defined yet.
  • dumpClassInDebugFolder
    Writes created class content to output folder for debugging purposes.
  • getProxyClassName
    Returns proxy class name.
  • isProxyApplied
    Returns true if at least one method was wrapped.
  • process
  • toByteArray
    Returns raw bytecode.
  • newInstance
    Creates new instance of created class. Assumes default no-arg constructor.

Popular in Java

  • Updating database using SQL prepared statement
  • getContentResolver (Context)
  • onCreateOptionsMenu (Activity)
  • findViewById (Activity)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Reference (javax.naming)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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