Package io.quarkus.panache.common.deployment.visitors
package io.quarkus.panache.common.deployment.visitors
-
ClassesClassDescriptionkotlinc compiles default methods in to the implementing classes, so we need to elide them first, and then we can generate new methods like we do elsewhere.A visitor that replaces public fields in an entity with a protected field + accessors, so that the accessors can be called in
PanacheEntityEnhancer.A visitor that adds Panache operations to a Panache entity type.