Tabnine Logo
LocalBeanProxyFactory.getPrimitiveLetter
Code IndexAdd Tabnine to your IDE (free)

How to use
getPrimitiveLetter
method
in
org.apache.openejb.util.proxy.LocalBeanProxyFactory

Best Java code snippets using org.apache.openejb.util.proxy.LocalBeanProxyFactory.getPrimitiveLetter (Showing top 4 results out of 315)

origin: org.apache.tomee/openejb-core

if (parameterType.getComponentType().isPrimitive()) {
  final Class<?> componentType = parameterType.getComponentType();
  return "[" + getPrimitiveLetter(componentType);
} else {
  return "[" + getAsmTypeAsString(parameterType.getComponentType(), true);
  return getPrimitiveLetter(parameterType);
} else {
  String className = parameterType.getCanonicalName();
origin: org.apache.openejb/openejb-core

if (parameterType.getComponentType().isPrimitive()) {
  final Class<?> componentType = parameterType.getComponentType();
  return "[" + getPrimitiveLetter(componentType);
} else {
  return "[" + getAsmTypeAsString(parameterType.getComponentType(), true);
  return getPrimitiveLetter(parameterType);
} else {
  String className = parameterType.getCanonicalName();
origin: org.apache.openejb/openejb-core

  mv.visitVarInsn(getVarInsn(parameterType), index);
  mv.visitMethodInsn(INVOKESTATIC, wrapperType, "valueOf", "(" + getPrimitiveLetter(parameterType) + ")L" + wrapperType + ";", false);
  mv.visitInsn(AASTORE);
mv.visitMethodInsn(INVOKEVIRTUAL, getWrapperType(returnType), getPrimitiveMethod(returnType), "()" + getPrimitiveLetter(returnType), false);
origin: org.apache.tomee/openejb-core

  mv.visitVarInsn(getVarInsn(parameterType), index);
  mv.visitMethodInsn(INVOKESTATIC, wrapperType, "valueOf", "(" + getPrimitiveLetter(parameterType) + ")L" + wrapperType + ";", false);
  mv.visitInsn(AASTORE);
mv.visitMethodInsn(INVOKEVIRTUAL, getWrapperType(returnType), getPrimitiveMethod(returnType), "()" + getPrimitiveLetter(returnType), false);
org.apache.openejb.util.proxyLocalBeanProxyFactorygetPrimitiveLetter

Javadoc

Returns the single letter that matches the given primitive in bytecode instructions

Popular methods of LocalBeanProxyFactory

  • createProxy
  • isProxy
  • newProxyInstance
  • constructProxy
  • createArrayDefinition
    pushes an array of the specified size to the method visitor. The generated bytecode will leave the n
  • generateProxy
  • getAsmTypeAsString
    Converts a class to a String suitable for ASM.
  • getCastType
    Gets the string to use for CHECKCAST instruction, returning the correct value for any type, includin
  • getDeclaredField
  • getInvocationHandler
  • getMethodSignatureAsString
  • getNonPrivateMethods
  • getMethodSignatureAsString,
  • getNonPrivateMethods,
  • getPrimitiveMethod,
  • getReturnInsn,
  • getVarInsn,
  • getWrapperType,
  • isOverridden,
  • processMethod,
  • pushIntOntoStack

Popular in Java

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setScale (BigDecimal)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • Path (java.nio.file)
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 12 Jupyter Notebook extensions
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