Package org.jboss.weld.invokable
Class AbstractInvokerBuilder<B,T>
java.lang.Object
org.jboss.weld.invokable.AbstractInvokerBuilder<B,T>
- All Implemented Interfaces:
jakarta.enterprise.invoke.InvokerBuilder<T>,org.jboss.weld.invoke.WeldInvokerBuilder<T>
- Direct Known Subclasses:
InvokerBuilderImpl,InvokerInfoBuilder
public abstract class AbstractInvokerBuilder<B,T>
extends Object
implements org.jboss.weld.invoke.WeldInvokerBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.inject.spi.AnnotatedType<B>org.jboss.weld.invoke.WeldInvokerBuilder<T>withArgumentLookup(int position) org.jboss.weld.invoke.WeldInvokerBuilder<T>withArgumentTransformer(int position, Class<?> clazz, String methodName) org.jboss.weld.invoke.WeldInvokerBuilder<T>withExceptionTransformer(Class<?> clazz, String methodName) org.jboss.weld.invoke.WeldInvokerBuilder<T>org.jboss.weld.invoke.WeldInvokerBuilder<T>withInstanceTransformer(Class<?> clazz, String methodName) org.jboss.weld.invoke.WeldInvokerBuilder<T>withInvocationWrapper(Class<?> clazz, String methodName) org.jboss.weld.invoke.WeldInvokerBuilder<T>withReturnValueTransformer(Class<?> clazz, String methodName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.invoke.InvokerBuilder
build
-
Method Details
-
withInstanceLookup
-
withArgumentLookup
-
withInstanceTransformer
public org.jboss.weld.invoke.WeldInvokerBuilder<T> withInstanceTransformer(Class<?> clazz, String methodName) - Specified by:
withInstanceTransformerin interfaceorg.jboss.weld.invoke.WeldInvokerBuilder<B>
-
withArgumentTransformer
public org.jboss.weld.invoke.WeldInvokerBuilder<T> withArgumentTransformer(int position, Class<?> clazz, String methodName) - Specified by:
withArgumentTransformerin interfaceorg.jboss.weld.invoke.WeldInvokerBuilder<B>
-
withReturnValueTransformer
public org.jboss.weld.invoke.WeldInvokerBuilder<T> withReturnValueTransformer(Class<?> clazz, String methodName) - Specified by:
withReturnValueTransformerin interfaceorg.jboss.weld.invoke.WeldInvokerBuilder<B>
-
withExceptionTransformer
public org.jboss.weld.invoke.WeldInvokerBuilder<T> withExceptionTransformer(Class<?> clazz, String methodName) - Specified by:
withExceptionTransformerin interfaceorg.jboss.weld.invoke.WeldInvokerBuilder<B>
-
withInvocationWrapper
public org.jboss.weld.invoke.WeldInvokerBuilder<T> withInvocationWrapper(Class<?> clazz, String methodName) - Specified by:
withInvocationWrapperin interfaceorg.jboss.weld.invoke.WeldInvokerBuilder<B>
-
getBeanClass
-
getMethod
-
getConfiguredLookups
-