Index

A C D E F G H I J M N O P Q S V 
All Classes and Interfaces|All Packages

A

addClassVisitors(BuildProducer<BytecodeTransformerBuildItem>) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.SpringReplacer
 
apply(String, ClassVisitor) - Method in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 
AsmUtils - Class in com.github.mcollovati.quarkus.hilla.deployment.asm
 
AsmUtils() - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
 
AuthFormBuildItem - Class in com.github.mcollovati.quarkus.hilla.deployment
 
AuthFormBuildItem(boolean) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.AuthFormBuildItem
 

C

com.github.mcollovati.quarkus.hilla.deployment - package com.github.mcollovati.quarkus.hilla.deployment
 
com.github.mcollovati.quarkus.hilla.deployment.asm - package com.github.mcollovati.quarkus.hilla.deployment.asm
 
construct() - Static method in class com.github.mcollovati.quarkus.hilla.deployment.QuarkusHillaExtensionProcessor$$accessor
 
construct() - Static method in class com.github.mcollovati.quarkus.hilla.deployment.QuarkusHillaStandAloneProcessor$$accessor
 

D

deleteStatement(ListIterator<AbstractInsnNode>, boolean) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
It is expected, that the last call to the iterator was next(), otherwise the previous bytecode block is deleted if pointing at a LabelNode.
DROP_METHOD - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 

E

equals(Object) - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 

F

FilterableRepositoryImplementor - Class in com.github.mcollovati.quarkus.hilla.deployment
Generates runtime implementation of FilterableRepository methods.
FilterableRepositoryImplementor(IndexView, DotName) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 
FilterableRepositoryImplementorBuildItem - Class in com.github.mcollovati.quarkus.hilla.deployment
This build item is used to specify one or more additional bean classes that should be enhanced with FilterableRepository implementation.
FilterableRepositoryImplementorBuildItem(DotName, DotName) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementorBuildItem
 
findNextInsnNode(ListIterator<AbstractInsnNode>, Predicate<AbstractInsnNode>) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
 
findNextInsnNode(ListIterator<AbstractInsnNode>, Predicate<T>, Class<T>) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
 

G

getDescriptor() - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
getFilterableInterface() - Method in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementorBuildItem
 
getImplementor() - Method in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementorBuildItem
 
getName() - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
getOwner() - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 

H

hashCode() - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
hasMethodInsnSignature(MethodSignature, String, String, String) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
 
hasMethodInsnSignature(MethodSignature, MethodInsnNode) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.AsmUtils
 

I

isEnabled() - Method in class com.github.mcollovati.quarkus.hilla.deployment.AuthFormBuildItem
 
isHybrid() - Method in class com.github.mcollovati.quarkus.hilla.deployment.QuarkusHillaEnvironmentBuildItem
 

J

JPA_EMBEDDED_ID - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 
JPA_ID - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 

M

MethodReplacementClassVisitor - Class in com.github.mcollovati.quarkus.hilla.deployment.asm
 
MethodReplacementClassVisitor(ClassVisitor, String, Map<MethodSignature, MethodSignature>) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodReplacementClassVisitor
 
MethodSignature - Class in com.github.mcollovati.quarkus.hilla.deployment.asm
 
MethodSignature(String, String, String) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 

N

NonnullPluginConfigProcessorClassVisitor - Class in com.github.mcollovati.quarkus.hilla.deployment.asm
 
NonnullPluginConfigProcessorClassVisitor(ClassVisitor) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.asm.NonnullPluginConfigProcessorClassVisitor
 

O

OBJECT - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 
of(Class<?>, String) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
of(Class<?>, String, String) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
of(String, String) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 
of(String, String, String) - Static method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodSignature
 

P

PRIMITIVE_INTEGER - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 
PRIMITIVE_LONG - Static variable in class com.github.mcollovati.quarkus.hilla.deployment.FilterableRepositoryImplementor
 

Q

QuarkusHillaEnvironmentBuildItem - Class in com.github.mcollovati.quarkus.hilla.deployment
Marker used by Build Steps that should be executed if Hilla extension is running in stand-alone mode, meaning that Vaadin Quarkus extension is not available.
QuarkusHillaEnvironmentBuildItem(boolean) - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.QuarkusHillaEnvironmentBuildItem
 
QuarkusHillaExtensionProcessor$$accessor - Class in com.github.mcollovati.quarkus.hilla.deployment
 
QuarkusHillaStandAloneProcessor$$accessor - Class in com.github.mcollovati.quarkus.hilla.deployment
 

S

SpringReplacer - Class in com.github.mcollovati.quarkus.hilla.deployment.asm
 
SpringReplacer() - Constructor for class com.github.mcollovati.quarkus.hilla.deployment.asm.SpringReplacer
 

V

visitMethod(int, String, String, String, String[]) - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.MethodReplacementClassVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class com.github.mcollovati.quarkus.hilla.deployment.asm.NonnullPluginConfigProcessorClassVisitor
 
A C D E F G H I J M N O P Q S V 
All Classes and Interfaces|All Packages